NEGroupCallEngineDelegate constructor
const
NEGroupCallEngineDelegate({
- void onReceiveGroupInvitation(
- NEGroupCallInfo info
- void onGroupMemberListChanged(
- String callId,
- List<
NEGroupCallMember> members
- void onGroupCallHangup(
- NEGroupCallHangupEvent event
- void onGroupCallEnd(
- NEGroupCallEndEvent event
构造函数
Implementation
const NEGroupCallEngineDelegate({
this.onReceiveGroupInvitation,
this.onGroupMemberListChanged,
this.onGroupCallHangup,
this.onGroupCallEnd,
});