/ fm / liveswitch / MessageType
Class: MessageType
fm.liveswitch.MessageType
A message type.
Table of contents
Constructors
Methods
- getTypeString
- getAnswer
- getBitrateNotification
- getBitrateRequest
- getCancelInvite
- getCandidate
- getClose
- getDtmfTones
- getError
- getEvent
- getFail
- getIceServers
- getInvite
- getInviteFeedback
- getJoin
- getKeyFrameRequest
- getKick
- getLayout
- getLeave
- getMcuVideoLayout
- getMessage
- getMute
- getNotifyJoin
- getNotifyLeave
- getNotifyUpstreamClose
- getNotifyUpstreamOpen
- getNotifyUpstreamUpdate
- getOffer
- getRegister
- getReject
- getRtcpDataChannelSignallingActivation
- getUnregister
- getUpdate
Constructors
constructor
+ new MessageType(): MessageType
Returns: MessageType
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:11
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:9
getAnswer
▸ Static
getAnswer(): string
Gets the "answer" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:28
getBitrateNotification
▸ Static
getBitrateNotification(): string
Gets the "bitrateNotification" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:40
getBitrateRequest
▸ Static
getBitrateRequest(): string
Gets the "bitrateRequest" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:52
getCancelInvite
▸ Static
getCancelInvite(): string
Gets the "cancelInvite" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:64
getCandidate
▸ Static
getCandidate(): string
Gets the "candidate" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:76
getClose
▸ Static
getClose(): string
Gets the "close" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:88
getDtmfTones
▸ Static
getDtmfTones(): string
Gets the "dtmfTones" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:100
getError
▸ Static
getError(): string
Gets the "error" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:112
getEvent
▸ Static
getEvent(): string
Gets the "event" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:124
getFail
▸ Static
getFail(): string
Gets the "fail" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:136
getIceServers
▸ Static
getIceServers(): string
Gets the "iceServers" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:148
getInvite
▸ Static
getInvite(): string
Gets the "invite" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:160
getInviteFeedback
▸ Static
getInviteFeedback(): string
Gets the "inviteFeedback" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:172
getJoin
▸ Static
getJoin(): string
Gets the "join" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:184
getKeyFrameRequest
▸ Static
getKeyFrameRequest(): string
Gets the "keyFrameRequest" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:196
getKick
▸ Static
getKick(): string
Gets the "kick" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:208
getLayout
▸ Static
getLayout(): string
Gets the "layout" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:220
getLeave
▸ Static
getLeave(): string
Gets the "leave" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:232
getMcuVideoLayout
▸ Static
getMcuVideoLayout(): string
Gets the "mcuVideoLayout" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:244
getMessage
▸ Static
getMessage(): string
Gets the "message" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:256
getMute
▸ Static
getMute(): string
Gets the "mute" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:268
getNotifyJoin
▸ Static
getNotifyJoin(): string
Gets the "notifyJoin" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:280
getNotifyLeave
▸ Static
getNotifyLeave(): string
Gets the "notifyLeave" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:292
getNotifyUpstreamClose
▸ Static
getNotifyUpstreamClose(): string
Gets the "notifyUpstreamClose" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:304
getNotifyUpstreamOpen
▸ Static
getNotifyUpstreamOpen(): string
Gets the "notifyUpstreamOpen" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:316
getNotifyUpstreamUpdate
▸ Static
getNotifyUpstreamUpdate(): string
Gets the "notifyUpstreamUpdate" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:328
getOffer
▸ Static
getOffer(): string
Gets the "offer" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:340
getRegister
▸ Static
getRegister(): string
Gets the "register" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:352
getReject
▸ Static
getReject(): string
Gets the "reject" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:364
getRtcpDataChannelSignallingActivation
▸ Static
getRtcpDataChannelSignallingActivation(): string
Gets the "activateRtcpDataChannelSignalling" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:376
getUnregister
▸ Static
getUnregister(): string
Gets the "unregister" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:388
getUpdate
▸ Static
getUpdate(): string
Gets the "update" message type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/MessageType.ts:400