rtcRoom$onUserPublishScreenAudio$uid$isPublish method

FutureOr<void> rtcRoom$onUserPublishScreenAudio$uid$isPublish(
  1. ByteRTCGameRoom rtcRoom,
  2. NSString roomId,
  3. NSString uid,
  4. 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 {}