OnActiveSpeakerType typedef

OnActiveSpeakerType = void Function(String roomId, String uid)

roomId:最活跃用户所在的房间 ID

uid:最活跃用户(ActiveSpeaker)的用户 ID

Implementation

typedef OnActiveSpeakerType = void Function(String roomId, String uid);