rtcEngine$onRemoteAudioPropertiesReportEx method
FutureOr<void>
rtcEngine$onRemoteAudioPropertiesReportEx(
- ByteRTCEngine engine,
- NSArray<
ByteRTCRemoteAudioPropertiesInfo> audioPropertiesInfos
@hidden for internal use only @detail callback @author shenpengliang @brief Transmission state change of an video stream in the room triggers this callback. @param engine ByteRTCEngine instance @param roomId Room ID. @param uid The user who changes his/her transmission state of the video streams @param muteState Transmission state of the video streams. Refer to ByteRTCMuteState{@link #ByteRTCMuteState} for more details.
Implementation
FutureOr<void> rtcEngine$onRemoteAudioPropertiesReportEx(ByteRTCEngine engine,
NSArray<ByteRTCRemoteAudioPropertiesInfo> audioPropertiesInfos) async {}