NEGroupJoinParam constructor

NEGroupJoinParam({
  1. required String callId,
})

Implementation

NEGroupJoinParam({
  required this.callId,
});