CreateJoinRoomResponse constructor
      
      CreateJoinRoomResponse({})
     
    
    
Implementation
CreateJoinRoomResponse({
  required this.message,
  required this.roomName,
  this.secureCode,
  required this.publicURL,
  required this.link,
  required this.secret,
  required this.success,
});