Create Room
Creates a new chatroom. See Room Attributes for room creation parameters.
Starting with SBE 20.14, it is possible to create External chat rooms with view history enabled, depending on a pod parameter.
Starting with SBE 20.14, it is possible to create External chat rooms with view history enabled, depending on a pod parameter. See Room Attributes for room creation parameters.
🚧 More Information
Room names will be considered the same if they only differ in capitalization and whitespace. E.g. "room1" and "R O O M 1" are considered the same. Also, room names must be shorter than 50 characters.
viewHistory
,discoverable
andmembersCanInvite
attributes cannot be false ifpublic=true
.
readOnly
,public
anddiscoverable
attributes cannot be true ifcrossPod=true
.When 'crossPod' is true, then
viewHistory
can be true ONLY if the pod entitlement canCreateExternalRoomSharedHistory is enabled.
📘 Overview of streamsA stream is like a container for messages exchanged between two or more users via a given instant message (IM) or chat room. For more information, refer to Overview of streams.
🚧 Entitlements
A user needs to have the entitlement
canCreatePublicRoom
if he wants to create a public room (User entitlements are set on Admin Portal).A user needs to have the entitlement
isExternalRoomEnabled
if he wants to create a crosspod room (User entitlements are set on Admin Portal).
Last updated