Configuration parameters
Embedded Mode settings
{
// APP PARAMETERS
// Common
streamId: string; // Stream ID of an existing conversation to open
userIds: string; // IM/Group chat: Comma separated user IDs or emails (or both)
allowedApps: string; // Comma separated list of App IDs to whitelist
// Focus mode only
theme: IThemeColors; // Color palette overrides
// CONFIGURABLE APP SETTINGS
// Common
canAddPeople: boolean; // Allow add members to rooms if owner. Default false
canClickExternalLinks: boolean; // Allow user to click links in messages. Links will be opened in a separate browser tab. Default false
condensed: boolean; // Condensed mode. Default true
condensedMessageBelowName: boolean; // If in condensed mode, display message below or next to name. Default true (below)
ecpLoginPopup: boolean; // Perform login within a popup, for SSO systems that refuse iframe integration. Default false
mode: 'light' | 'dark' | undefined; // Built-in colour palettes. Default light
showAttach: boolean; // Enable attachments. Default true
showEmoji: boolean; // Enable emojis in the editor. Default true
showSuppressMessage: boolean; // Allow user to suppress messages. Default true
showSystemMessages: boolean; // Show system/maestro messages (e.g. a user joined room). Default false
sound: boolean; // Enable sound notifications
// Focus mode only
canClickInternalLinks: boolean; // Allow user to click Symphony links in messages. Upon click the platform receives an event and decides how to manage the link (see informative note). Default false
showChatSearch: boolean; // Enable search feature. Default true
showBookmarkMessage: boolean; // Ellow user to bookmark message. Default true
showCompose: boolean; // Enable compose mode editor. Default true
showDisableInput: boolean; // Enable user to disable editor. Default true
showEditor: boolean; // Enable editor. default true
showTitle: boolean; // Show room title in the header. Default true
showInfo: boolean; // Show room information in the header. Default true
showMembers: boolean; // Show list of members. Default true
showProfilePopover: boolean; // Show popover profile cards. Default true
symphonyLogo: boolean; // Display the 'Powered by SYMPHONY logo' below Embedded Mode chats. Default true
// Collaboration mode only
allowChatCreation: boolean; // Enable user to create new chats. Default false
}How to update settings
Update settings method
Parameter
Type
Description
Custom themes
Update theme method
Parameter
Type
Description
Last updated
Was this helpful?