NEGroupCallEngineDelegate constructor

const NEGroupCallEngineDelegate({
  1. void onReceiveGroupInvitation(
    1. NEGroupCallInfo info
    )?,
  2. void onGroupMemberListChanged(
    1. String callId,
    2. List<NEGroupCallMember> members
    )?,
  3. void onGroupCallHangup(
    1. NEGroupCallHangupEvent event
    )?,
  4. void onGroupCallEnd(
    1. NEGroupCallEndEvent event
    )?,
})

构造函数

Implementation

const NEGroupCallEngineDelegate({
  this.onReceiveGroupInvitation,
  this.onGroupMemberListChanged,
  this.onGroupCallHangup,
  this.onGroupCallEnd,
});