CallRoomEvent constructor

CallRoomEvent({
  1. required String receiverId,
  2. String callType = "chat",
})

Implementation

CallRoomEvent({required this.receiverId, this.callType = "chat"});