rtcRoom$onUserPublishStreamVideo$info$isPublish method
FutureOr<void>
rtcRoom$onUserPublishStreamVideo$info$isPublish(
- ByteRTCGameRoom rtcRoom,
- NSString streamId,
- ByteRTCStreamInfo info,
- BOOL isPublish,
@detail callback
@valid since 3.60.
@brief Callback on remote camera-video streams in the room.
@param rtcRoom ByteRTCGameRoom instance.
@param streamId Stream ID.
@param info Stream info. See ByteRTCStreamInfo{@link #ByteRTCStreamInfo}.
@param isPublish Whether the stream is published.
+ true: Published
+ false: Removed
@order 2
Implementation
FutureOr<void> rtcRoom$onUserPublishStreamVideo$info$isPublish(
ByteRTCGameRoom rtcRoom,
NSString streamId,
ByteRTCStreamInfo info,
BOOL isPublish) async {}