change Bubble Data
abstract fun changeBubbleData(room: Room?, name: String?, topic: String?, visibility: Boolean, participantsMuted: Boolean, entryToneActivated: Boolean, autoRegister: Room.AutoRegisterType?, listener: IRoomProxy.IChangeRoomDataListener?)
Content copied to clipboard
Update bubble properties like the name, the topic or the visibility.
Parameters
room
@object:Room The bubble to change properties
name
String The new name of the bubble
topic
String The new topic of the bubble
visibility
boolean Set to true for 'public', false for 'private'
participantsMuted
boolean Automatically mute participants when they join the meeting
entryToneActivated
boolean Play an entry tone when participants join the conference
autoRegister
Room.AutoRegisterType Define the access rules on public link invitation
listener
IChangeRoomDataListener Callback (onChangeRoomDataSuccess, onChangeRoomDataFailed)