RoomChat constructor
RoomChat(})
Implementation
RoomChat(
String roomId,
this.apiKey, {
this.userId,
this.userName,
String baseURL = 'https://api.cocobase.buzz',
}) : url = '${baseURL.replaceAll(RegExp(r'^http'), 'ws')}/realtime/rooms/$roomId';