Class EventType
Event types.
Inheritance
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public static class EventType : object
Properties
ChannelActivated
Gets the 'channel.activated' event type string.
Declaration
public static string ChannelActivated { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelClientJoined
Gets the 'channel.client.joined' event type string.
Declaration
public static string ChannelClientJoined { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelClientLeft
Gets the 'channel.client.left' event type string.
Declaration
public static string ChannelClientLeft { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelClientMessage
Gets the 'channel.client.message' event type string.
Declaration
public static string ChannelClientMessage { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelDeactivated
Gets the 'channel.deactivated' event type string.
Declaration
public static string ChannelDeactivated { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRecordingAudioMoveFailed
Gets the 'channel.recording.audio.move.failed' event type string.
Declaration
public static string ChannelRecordingAudioMoveFailed { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRecordingAudioReady
Gets the 'channel.recording.audio.ready' event type string.
Declaration
public static string ChannelRecordingAudioReady { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRecordingExpired
Gets the 'channel.recording.expired' event type string.
Declaration
public static string ChannelRecordingExpired { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRecordingMoveFailed
Gets the 'channel.recording.move.failed' event type string.
Declaration
public static string ChannelRecordingMoveFailed { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRecordingMuxFailed
Gets the 'channel.recording.mux.failed' event type string.
Declaration
public static string ChannelRecordingMuxFailed { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRecordingReady
Gets the 'channel.recording.ready' event type string.
Declaration
public static string ChannelRecordingReady { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRecordingVideoMoveFailed
Gets the 'channel.recording.video.move.failed' event type string.
Declaration
public static string ChannelRecordingVideoMoveFailed { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRecordingVideoReady
Gets the 'channel.recording.video.ready' event type string.
Declaration
public static string ChannelRecordingVideoReady { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRtmpStarted
Gets the 'channel.rtmp.started' event type string.
Declaration
public static string ChannelRtmpStarted { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelRtmpStopped
Gets the 'channel.rtmp.stopped' event type string.
Declaration
public static string ChannelRtmpStopped { get; }
Property Value
Type | Description |
---|---|
System.String |
ChannelServerMessage
Gets the 'channel.server.message' event type string.
Declaration
public static string ChannelServerMessage { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientMessage
Gets the 'client.message' event type string.
Declaration
public static string ClientMessage { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientRegistered
Gets the 'client.registered' event type string.
Declaration
public static string ClientRegistered { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientStats
Gets the 'client.stats' event type string.
Declaration
public static string ClientStats { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientUnregistered
Gets the 'client.unregistered' event type string.
Declaration
public static string ClientUnregistered { get; }
Property Value
Type | Description |
---|---|
System.String |
ClientUpdated
Gets the 'client.updated' event type string.
Declaration
public static string ClientUpdated { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionClosed
Gets the 'connection.closed' event type string.
Declaration
public static string ConnectionClosed { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionClosing
Gets the 'connection.closing' event type string.
Declaration
public static string ConnectionClosing { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionConnected
Gets the 'connection.connected' event type string.
Declaration
public static string ConnectionConnected { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionConnecting
Gets the 'connection.connecting' event type string.
Declaration
public static string ConnectionConnecting { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionFailed
Gets the 'connection.failed' event type string.
Declaration
public static string ConnectionFailed { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionFailing
Gets the 'connection.failing' event type string.
Declaration
public static string ConnectionFailing { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionInitializing
Gets the 'connection.initializing' event type string.
Declaration
public static string ConnectionInitializing { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionRecordingAudioMoveFailed
Gets the 'connection.recording.audio.move.failed' event type string.
Declaration
public static string ConnectionRecordingAudioMoveFailed { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionRecordingAudioReady
Gets the 'connection.recording.audio.ready' event type string.
Declaration
public static string ConnectionRecordingAudioReady { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionRecordingsReady
Gets the 'connection.recordings.ready' event type string.
Declaration
public static string ConnectionRecordingsReady { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionRecordingVideoMoveFailed
Gets the 'connection.recording.video.move.failed' event type string.
Declaration
public static string ConnectionRecordingVideoMoveFailed { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionRecordingVideoReady
Gets the 'connection.recording.video.ready' event type string.
Declaration
public static string ConnectionRecordingVideoReady { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionStats
Gets the 'connection.stats' event type string.
Declaration
public static string ConnectionStats { get; }
Property Value
Type | Description |
---|---|
System.String |
ConnectionUpdated
Gets the 'connection.updated' event type string.
Declaration
public static string ConnectionUpdated { get; }
Property Value
Type | Description |
---|---|
System.String |
ServerMessage
Gets the 'server.message' event type string.
Declaration
public static string ServerMessage { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FromConnectionState(ConnectionState)
Converts a connection state enum value into an event type.
Declaration
public static string FromConnectionState(ConnectionState connectionState)
Parameters
Type | Name | Description |
---|---|---|
ConnectionState | connectionState | The connection state. |
Returns
Type | Description |
---|---|
System.String | An event type. |