/ fm / liveswitch / EventType
Class: EventType
fm.liveswitch.EventType
Event types.
Table of contents
Constructors
Methods
- getTypeString
- fromConnectionState
- getChannelActivated
- getChannelClientJoined
- getChannelClientLeft
- getChannelClientMessage
- getChannelDeactivated
- getChannelRecordingAudioMoveFailed
- getChannelRecordingAudioReady
- getChannelRecordingExpired
- getChannelRecordingMoveFailed
- getChannelRecordingMuxFailed
- getChannelRecordingReady
- getChannelRecordingVideoMoveFailed
- getChannelRecordingVideoReady
- getChannelRtmpStarted
- getChannelRtmpStopped
- getChannelServerMessage
- getClientMessage
- getClientRegistered
- getClientStats
- getClientUnregistered
- getClientUpdated
- getConnectionClosed
- getConnectionClosing
- getConnectionConnected
- getConnectionConnecting
- getConnectionFailed
- getConnectionFailing
- getConnectionInitializing
- getConnectionRecordingAudioMoveFailed
- getConnectionRecordingAudioReady
- getConnectionRecordingVideoMoveFailed
- getConnectionRecordingVideoReady
- getConnectionRecordingsReady
- getConnectionStats
- getConnectionUpdated
- getServerMessage
Constructors
constructor
+ new EventType(): EventType
Returns: EventType
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:9
fromConnectionState
▸ Static
fromConnectionState(connectionState
: ConnectionState): string
Converts a connection state enum value into an event type.
Parameters:
Name | Type | Description |
---|---|---|
connectionState |
ConnectionState | The connection state. |
Returns: string
An event type.
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:19
getChannelActivated
▸ Static
getChannelActivated(): string
Gets the 'channel.activated' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:49
getChannelClientJoined
▸ Static
getChannelClientJoined(): string
Gets the 'channel.client.joined' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:61
getChannelClientLeft
▸ Static
getChannelClientLeft(): string
Gets the 'channel.client.left' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:73
getChannelClientMessage
▸ Static
getChannelClientMessage(): string
Gets the 'channel.client.message' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:85
getChannelDeactivated
▸ Static
getChannelDeactivated(): string
Gets the 'channel.deactivated' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:97
getChannelRecordingAudioMoveFailed
▸ Static
getChannelRecordingAudioMoveFailed(): string
Gets the 'channel.recording.audio.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:109
getChannelRecordingAudioReady
▸ Static
getChannelRecordingAudioReady(): string
Gets the 'channel.recording.audio.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:121
getChannelRecordingExpired
▸ Static
getChannelRecordingExpired(): string
Gets the 'channel.recording.expired' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:133
getChannelRecordingMoveFailed
▸ Static
getChannelRecordingMoveFailed(): string
Gets the 'channel.recording.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:145
getChannelRecordingMuxFailed
▸ Static
getChannelRecordingMuxFailed(): string
Gets the 'channel.recording.mux.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:157
getChannelRecordingReady
▸ Static
getChannelRecordingReady(): string
Gets the 'channel.recording.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:169
getChannelRecordingVideoMoveFailed
▸ Static
getChannelRecordingVideoMoveFailed(): string
Gets the 'channel.recording.video.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:181
getChannelRecordingVideoReady
▸ Static
getChannelRecordingVideoReady(): string
Gets the 'channel.recording.video.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:193
getChannelRtmpStarted
▸ Static
getChannelRtmpStarted(): string
Gets the 'channel.rtmp.started' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:205
getChannelRtmpStopped
▸ Static
getChannelRtmpStopped(): string
Gets the 'channel.rtmp.stopped' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:217
getChannelServerMessage
▸ Static
getChannelServerMessage(): string
Gets the 'channel.server.message' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:229
getClientMessage
▸ Static
getClientMessage(): string
Gets the 'client.message' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:241
getClientRegistered
▸ Static
getClientRegistered(): string
Gets the 'client.registered' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:253
getClientStats
▸ Static
getClientStats(): string
Gets the 'client.stats' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:265
getClientUnregistered
▸ Static
getClientUnregistered(): string
Gets the 'client.unregistered' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:277
getClientUpdated
▸ Static
getClientUpdated(): string
Gets the 'client.updated' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:289
getConnectionClosed
▸ Static
getConnectionClosed(): string
Gets the 'connection.closed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:301
getConnectionClosing
▸ Static
getConnectionClosing(): string
Gets the 'connection.closing' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:313
getConnectionConnected
▸ Static
getConnectionConnected(): string
Gets the 'connection.connected' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:325
getConnectionConnecting
▸ Static
getConnectionConnecting(): string
Gets the 'connection.connecting' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:337
getConnectionFailed
▸ Static
getConnectionFailed(): string
Gets the 'connection.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:349
getConnectionFailing
▸ Static
getConnectionFailing(): string
Gets the 'connection.failing' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:361
getConnectionInitializing
▸ Static
getConnectionInitializing(): string
Gets the 'connection.initializing' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:373
getConnectionRecordingAudioMoveFailed
▸ Static
getConnectionRecordingAudioMoveFailed(): string
Gets the 'connection.recording.audio.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:385
getConnectionRecordingAudioReady
▸ Static
getConnectionRecordingAudioReady(): string
Gets the 'connection.recording.audio.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:397
getConnectionRecordingVideoMoveFailed
▸ Static
getConnectionRecordingVideoMoveFailed(): string
Gets the 'connection.recording.video.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:421
getConnectionRecordingVideoReady
▸ Static
getConnectionRecordingVideoReady(): string
Gets the 'connection.recording.video.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:433
getConnectionRecordingsReady
▸ Static
getConnectionRecordingsReady(): string
Gets the 'connection.recordings.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:409
getConnectionStats
▸ Static
getConnectionStats(): string
Gets the 'connection.stats' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:445
getConnectionUpdated
▸ Static
getConnectionUpdated(): string
Gets the 'connection.updated' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:457
getServerMessage
▸ Static
getServerMessage(): string
Gets the 'server.message' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:469