rtcEngine$onAudioFrameSendStateChanged$info$rtcUser$state method
FutureOr<void>
rtcEngine$onAudioFrameSendStateChanged$info$rtcUser$state(
- ByteRTCEngine engine,
- NSString streamId,
- ByteRTCStreamInfo info,
- ByteRTCUser user,
- ByteRTCFirstFrameSendState state,
@detail callback @author zhangyuanyuan.0101 @brief Receive this callback when the sending state of the first audio frame changes. @param engine ByteRTCEngine object @param streamId ID of the audio stream @param info Audio stream information. See ByteRTCStreamInfo{@link #ByteRTCStreamInfo} @param user Local user information. See ByteRTCUser{@link #ByteRTCUser} @param state First frame sending status. See ByteRTCFirstFrameSendState{@link #ByteRTCFirstFrameSendState}
Implementation
FutureOr<void> rtcEngine$onAudioFrameSendStateChanged$info$rtcUser$state(
ByteRTCEngine engine,
NSString streamId,
ByteRTCStreamInfo info,
ByteRTCUser user,
ByteRTCFirstFrameSendState state) async {}