post https://YOUR-POD-SUBDOMAIN.symphony.com/pod/v3/room/create
Released in 1.48.
Starting with SBE 20.14, it is possible to create External chat rooms with view history enabled, depending on a pod parameter.
Creates a new chatroom. See Room Attributes for room creation parameters.
More Information
- DLP only works with 1.53 version and onwards.
- Keywords
key
andvalue
do not accept "!" character in 1.53 and prior versions.- Keyword
value
accepts the "!" character in 1.54 version and onwards.- 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 streams
A stream is like a container for messages exchanged between two or more users via a given instant message (IM), multi-party instant message (MIM), 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).