settings

Type
Object
Common to All
No
Block
Meeting (Developer)Meeting (Developer)
Description

Refer here.

Attributes

Untitled

Name
Type
Description
settings
Object

Settings related to the meeting

background
String

https://files-myxp.gevme.com/….”

disableBackground
Boolean

true

disableCamera
String

false

disableChat
Boolean

false

disableFrontDoor
Boolean

false

disableParticipantList
Boolean

false

disableShareScreen
Boolean

false

moderators
String

""

muted
Boolean

false

Example

"settings": {
    "background": "https://venues-sdk.gevme.com/assets/meeting-white-background.jpg",
    "disableBackground": true,
    "disableCamera": false,
    "disableChat": false,
    "disableFrontDoor": false,
    "disableParticipantList": false,
    "disableShareScreen": false,
    "disableVideo": false,
		"moderators": "",
		"muted": false
}