rtcEngine$onActiveSpeaker$uid method
@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 {}