rtcRoom$onUserPublishStreamAudio$info$isPublish method

FutureOr<void> rtcRoom$onUserPublishStreamAudio$info$isPublish(
  1. ByteRTCGameRoom rtcRoom,
  2. NSString streamId,
  3. ByteRTCStreamInfo info,
  4. BOOL isPublish,
)

@detail callback @valid since 3.60. @region Room management @brief Callback on remote microphone-audio 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$onUserPublishStreamAudio$info$isPublish(
    ByteRTCGameRoom rtcRoom,
    NSString streamId,
    ByteRTCStreamInfo info,
    BOOL isPublish) async {}