/ 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
▸ StaticfromConnectionState(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
▸ StaticgetChannelActivated(): string
Gets the 'channel.activated' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:49
getChannelClientJoined
▸ StaticgetChannelClientJoined(): string
Gets the 'channel.client.joined' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:61
getChannelClientLeft
▸ StaticgetChannelClientLeft(): string
Gets the 'channel.client.left' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:73
getChannelClientMessage
▸ StaticgetChannelClientMessage(): string
Gets the 'channel.client.message' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:85
getChannelDeactivated
▸ StaticgetChannelDeactivated(): string
Gets the 'channel.deactivated' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:97
getChannelRecordingAudioMoveFailed
▸ StaticgetChannelRecordingAudioMoveFailed(): string
Gets the 'channel.recording.audio.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:109
getChannelRecordingAudioReady
▸ StaticgetChannelRecordingAudioReady(): string
Gets the 'channel.recording.audio.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:121
getChannelRecordingExpired
▸ StaticgetChannelRecordingExpired(): string
Gets the 'channel.recording.expired' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:133
getChannelRecordingMoveFailed
▸ StaticgetChannelRecordingMoveFailed(): string
Gets the 'channel.recording.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:145
getChannelRecordingMuxFailed
▸ StaticgetChannelRecordingMuxFailed(): string
Gets the 'channel.recording.mux.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:157
getChannelRecordingReady
▸ StaticgetChannelRecordingReady(): string
Gets the 'channel.recording.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:169
getChannelRecordingVideoMoveFailed
▸ StaticgetChannelRecordingVideoMoveFailed(): string
Gets the 'channel.recording.video.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:181
getChannelRecordingVideoReady
▸ StaticgetChannelRecordingVideoReady(): string
Gets the 'channel.recording.video.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:193
getChannelRtmpStarted
▸ StaticgetChannelRtmpStarted(): string
Gets the 'channel.rtmp.started' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:205
getChannelRtmpStopped
▸ StaticgetChannelRtmpStopped(): string
Gets the 'channel.rtmp.stopped' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:217
getChannelServerMessage
▸ StaticgetChannelServerMessage(): string
Gets the 'channel.server.message' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:229
getClientMessage
▸ StaticgetClientMessage(): string
Gets the 'client.message' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:241
getClientRegistered
▸ StaticgetClientRegistered(): string
Gets the 'client.registered' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:253
getClientStats
▸ StaticgetClientStats(): string
Gets the 'client.stats' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:265
getClientUnregistered
▸ StaticgetClientUnregistered(): string
Gets the 'client.unregistered' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:277
getClientUpdated
▸ StaticgetClientUpdated(): string
Gets the 'client.updated' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:289
getConnectionClosed
▸ StaticgetConnectionClosed(): string
Gets the 'connection.closed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:301
getConnectionClosing
▸ StaticgetConnectionClosing(): string
Gets the 'connection.closing' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:313
getConnectionConnected
▸ StaticgetConnectionConnected(): string
Gets the 'connection.connected' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:325
getConnectionConnecting
▸ StaticgetConnectionConnecting(): string
Gets the 'connection.connecting' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:337
getConnectionFailed
▸ StaticgetConnectionFailed(): string
Gets the 'connection.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:349
getConnectionFailing
▸ StaticgetConnectionFailing(): string
Gets the 'connection.failing' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:361
getConnectionInitializing
▸ StaticgetConnectionInitializing(): string
Gets the 'connection.initializing' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:373
getConnectionRecordingAudioMoveFailed
▸ StaticgetConnectionRecordingAudioMoveFailed(): string
Gets the 'connection.recording.audio.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:385
getConnectionRecordingAudioReady
▸ StaticgetConnectionRecordingAudioReady(): string
Gets the 'connection.recording.audio.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:397
getConnectionRecordingVideoMoveFailed
▸ StaticgetConnectionRecordingVideoMoveFailed(): string
Gets the 'connection.recording.video.move.failed' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:421
getConnectionRecordingVideoReady
▸ StaticgetConnectionRecordingVideoReady(): string
Gets the 'connection.recording.video.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:433
getConnectionRecordingsReady
▸ StaticgetConnectionRecordingsReady(): string
Gets the 'connection.recordings.ready' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:409
getConnectionStats
▸ StaticgetConnectionStats(): string
Gets the 'connection.stats' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:445
getConnectionUpdated
▸ StaticgetConnectionUpdated(): string
Gets the 'connection.updated' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:457
getServerMessage
▸ StaticgetServerMessage(): string
Gets the 'server.message' event type string.
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/EventType.ts:469