rtcRoom$onUserPublishScreenAudio$uid$isPublish method
FutureOr<void>
rtcRoom$onUserPublishScreenAudio$uid$isPublish(
- ByteRTCGameRoom rtcRoom,
- NSString roomId,
- NSString uid,
- BOOL isPublish,
@detail callback
@valid since 3.60.
@region Room management
@author luomingkang
@brief Callback on remote computer-audio streams in the room.
@param rtcRoom ByteRTCGameRoom instance.
@param roomId Room ID.
@param uid The ID of the remote user who published the stream.
@param isPublish Whether the stream is published.
+ true: Published
+ false: Removed
Implementation
FutureOr<void> rtcRoom$onUserPublishScreenAudio$uid$isPublish(
ByteRTCGameRoom rtcRoom,
NSString roomId,
NSString uid,
BOOL isPublish) async {}