Room

<- Voltar ao menu

Room

Room

An room is virtual place to communicate in an org.

Attributes

Name

Type

Description

Example

avatar_image

nullable string

an avatar image of the room

null

background_image

nullable string

a background image of the room

null

id

integer

unique identifier of the room

42

online_members

nullable array

the list of users that are online in the specific room

null

org_id

integer

the id of the org that the rooms belongs to

42

subtitle

nullable string

the subtitle of the room

null

title

string

the title of the room

"example"

token

nullable string

a token of the room used for audio and video calls

null

Room Create

Create a new room

Optional Parameters

Name

Type

Description

Example

avatar_image

nullable string

an avatar image of the room

null

background_image

nullable string

a background image of the room

null

id

integer

unique identifier of the room

42

org_id

integer

the id of the org that the rooms belongs to

42

subtitle

nullable string

the subtitle of the room

null

title

string

the title of the room

"example"

Curl Example

Response Example

Room Room access

It updates the current room that the user is in

Optional Parameters

Name

Type

Description

Example

id

integer

unique identifier of the room

42

Curl Example

Response Example

Last updated