rtcEngine$onActiveSpeaker$uid method

FutureOr<void> rtcEngine$onActiveSpeaker$uid(
  1. ByteRTCEngine engine,
  2. NSString roomId,
  3. NSString uid
)

@detail callback @author zhangcaining @brief After calling enableAudioPropertiesReport:{@link #ByteRTCEngine#enableAudioPropertiesReport}, you will periodically receive this callback for the active speaker information. @param engine ByteRTCEngine object @param roomId Room ID. @param uid The user ID of the active speaker.

Implementation

FutureOr<void> rtcEngine$onActiveSpeaker$uid(
    ByteRTCEngine engine, NSString roomId, NSString uid) async {}