IMcaFeedSystemMessageActionRequest
This represents the FeedSystemMessage operation's request object.
Functions
setMessage
Function to set the system message.
setMessage(message: string): void;
setMessageId
Function to set the message ID for a system message.
setMessageId(messageId: string): void;
setType
Function to set the type for the system message.
setType(type: string): void;
| Type | Message Format |
|---|---|
| WorkJoin | <name> joined the call. |
| WorkLeave | <name> left the call. |
| WorkJoin_Monitor | The supervisor <name> is now observing the call. |
| WorkLeave_Monitor | The supervisor <name> has stopped observing the call. |
| WorkJoin_Conferee | The supervisor <name> has joined the call. |
| WorkLeave_Conferee | The supervisor <name> has left the call. |
| SYSTEM_MESSAGE | we can add custom messages here. |
setIconName
Function to set the icon to display in the system message.
setIconName(iconName: string): void;
setUsername
Function to set the user name of the system message.
setUsername(username: string): void;
setUserId
Function to set the user ID of the system message.
setUserId(userId: string): void;
setTime
Function to set the time of the system message.
setTime(time: number): void;