Description Usage Arguments Examples
Create a room under group
1 2 3 4 5 6 | create_aPrivateRoomUnderGroup(
groupId,
name,
topic = "",
securityType = "PRIVATE"
)
|
groupId |
A character of groupId |
name |
A character determing the prefix of room name attached by its sha1 10-digit code |
topic |
A character, default="" |
securityType |
A character, default="PRIVATE". The other option is "PUBLIC" |
1 | none.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.