NEGroupMediaDelegate constructor
const
NEGroupMediaDelegate({
- void onUserAudioStart(
- int uid
- void onUserAudioStop(
- int uid
- void onUserAudioMute()?,
- void onUserVideoStart()?,
- void onUserVideoStop(
- int uid
- void onUserVideoMute()?,
- void onRemoteAudioVolumeIndication(
- List<
NEAudioVolumeInfo> volumes, - int totalVolume
- List<
- void onDisconnect(
- int reason
- void onError(
- int code
构造函数
Implementation
const NEGroupMediaDelegate({
this.onUserAudioStart,
this.onUserAudioStop,
this.onUserAudioMute,
this.onUserVideoStart,
this.onUserVideoStop,
this.onUserVideoMute,
this.onRemoteAudioVolumeIndication,
this.onDisconnect,
this.onError,
});