create Bubble
Create a bubble with a name, a description and if the notifications are enabled or not.
The conversation history is always enabled for rooms created by this method.
Parameters
String The name of the bubble
String The description / topic of the bubble
boolean Disable or not the notifications for the created bubble
boolean Automatically mute participants when they join the meeting
boolean Play an entry tone when participants join the conference
IRoomCreationListener Callback (onCreationSuccess and onCreationFailed)
Create a bubble with a name, a description, with or not history and if the notifications are enabled or not.
Parameters
String The name of the bubble
String The description / topic of the bubble
boolean If set to false, new comers won't have the conversation history
boolean Disable or not the notifications for the created bubble
boolean Automatically mute participants when they join the meeting
boolean Play an entry tone when participants join the conference
IRoomCreationListener Callback (onCreationSuccess and onCreationFailed)