RoomCallingInfo constructor

RoomCallingInfo({
  1. InvitationInfo? invitation,
  2. List<Participant>? participant,
  3. String? roomID,
  4. String? token,
  5. String? liveURL,
  6. String? groupID,
})

Implementation

RoomCallingInfo({
  this.invitation,
  this.participant,
  this.roomID,
  this.token,
  this.liveURL,
  this.groupID,
});