A message type. More...
Instance Methods | |
| (instancetype) | - init |
Class Methods | |
| (NSString *) | + answer |
| Gets the "answer" message type string. More... | |
| (NSString *) | + bitrateNotification |
| Gets the "bitrateNotification" message type string. More... | |
| (NSString *) | + bitrateRequest |
| Gets the "bitrateRequest" message type string. More... | |
| (NSString *) | + cancelInvite |
| Gets the "cancelInvite" message type string. More... | |
| (NSString *) | + candidate |
| Gets the "candidate" message type string. More... | |
| (NSString *) | + clientAudioSessionManagerEvent |
| Gets the "telemetry.client.asmEvent" message type string. More... | |
| (NSString *) | + clientAudioSessionManagerSsrcMap |
| Gets the "telemetry.client.asmSsrcMap" message type string. More... | |
| (NSString *) | + clientAudioSessionManagerTelemetry |
| Gets the "telemetry.client.audioSessionManager" message type string. More... | |
| (NSString *) | + clientConnectionLedgerTelemetry |
| Gets the "telemetry.client.connectionLedger" message type string. More... | |
| (NSString *) | + close |
| Gets the "close" message type string. More... | |
| (NSString *) | + dataChannelTelemetryReportingActivation |
| Gets the "activateDataChannelTelemetryReporting" message type string. More... | |
| (NSString *) | + dtmfTones |
| Gets the "dtmfTones" message type string. More... | |
| (NSString *) | + error |
| Gets the "error" message type string. More... | |
| (NSString *) | + event |
| Gets the "event" message type string. More... | |
| (NSString *) | + fail |
| Gets the "fail" message type string. More... | |
| (NSString *) | + iceServers |
| Gets the "iceServers" message type string. More... | |
| (NSString *) | + invite |
| Gets the "invite" message type string. More... | |
| (NSString *) | + inviteFeedback |
| Gets the "inviteFeedback" message type string. More... | |
| (NSString *) | + join |
| Gets the "join" message type string. More... | |
| (NSString *) | + keyFrameRequest |
| Gets the "keyFrameRequest" message type string. More... | |
| (NSString *) | + kick |
| Gets the "kick" message type string. More... | |
| (NSString *) | + layout |
| Gets the "layout" message type string. More... | |
| (NSString *) | + leave |
| Gets the "leave" message type string. More... | |
| (NSString *) | + mcuVideoLayout |
| Gets the "mcuVideoLayout" message type string. More... | |
| (NSString *) | + mediaIntent |
| Gets the "mediaIntent" message type string. More... | |
| (NSString *) | + mediaIntentResponse |
| Gets the "mediaIntentResponse" message type string. More... | |
| (NSString *) | + mediaStatsTelemetry |
| Gets the "telemetry.mediaStats" message type string. More... | |
| (NSString *) | + message |
| Gets the "message" message type string. More... | |
| (FMLiveSwitchMessageType *) | + messageType |
| (NSString *) | + mute |
| Gets the "mute" message type string. More... | |
| (NSString *) | + notifyJoin |
| Gets the "notifyJoin" message type string. More... | |
| (NSString *) | + notifyLeave |
| Gets the "notifyLeave" message type string. More... | |
| (NSString *) | + notifyUpstreamClose |
| Gets the "notifyUpstreamClose" message type string. More... | |
| (NSString *) | + notifyUpstreamOpen |
| Gets the "notifyUpstreamOpen" message type string. More... | |
| (NSString *) | + notifyUpstreamUpdate |
| Gets the "notifyUpstreamUpdate" message type string. More... | |
| (NSString *) | + offer |
| Gets the "offer" message type string. More... | |
| (NSString *) | + register |
| Gets the "register" message type string. More... | |
| (NSString *) | + reject |
| Gets the "reject" message type string. More... | |
| (NSString *) | + rtcpDataChannelSignallingActivation |
| Gets the "activateRtcpDataChannelSignalling" message type string. More... | |
| (NSString *) | + simulcastNotification |
| Gets the "simulcastNotification" message type string. More... | |
| (NSString *) | + telemetryServerConfig |
| Gets the "telemetry.server.config" message type string. More... | |
| (NSString *) | + unregister |
| Gets the "unregister" message type string. More... | |
| (NSString *) | + update |
| Gets the "update" message type string. More... | |
| (NSString *) | + useWebSocketService |
| Gets the "useWebSocketService" message type string. More... | |
| (NSString *) | + useWebSocketsForSfuDownstream |
| Gets the "useWebSocketsForSfuDownstream" message type string. More... | |
| (NSString *) | + useWebSocketsForSfuUpstream |
| Gets the "useWebSocketsForSfuUpstream" message type string. More... | |
| (NSString *) | + webSocketInfo |
| Gets the "webSocketInfo" message type string. More... | |
| (NSString *) | + webSocketMediaStreamInfo |
| Gets the "webSocketStreamInfo" message type string. More... | |
A message type.
| + (NSString*) answer |
Gets the "answer" message type string.
| + (NSString*) bitrateNotification |
Gets the "bitrateNotification" message type string.
| + (NSString*) bitrateRequest |
Gets the "bitrateRequest" message type string.
| + (NSString*) cancelInvite |
Gets the "cancelInvite" message type string.
| + (NSString*) candidate |
Gets the "candidate" message type string.
| + (NSString*) clientAudioSessionManagerEvent |
Gets the "telemetry.client.asmEvent" message type string.
Carries a mid-call audio quality event from AudioSessionManager (e.g. underrun, overrun, interruption, media services reset). iOS/macOS clients only.
| + (NSString*) clientAudioSessionManagerSsrcMap |
Gets the "telemetry.client.asmSsrcMap" message type string.
Carries a mapping from AudioSessionManager sink media ID (GUID) to remote RTP SSRC. Sent once per connection at telemetry channel activation (iOS/macOS clients only). Allows the server to correlate opaque sink GUIDs in the snapshot to specific RTP streams.
| + (NSString*) clientAudioSessionManagerTelemetry |
Gets the "telemetry.client.audioSessionManager" message type string.
Carries a one-time snapshot of AudioSessionManager configuration and state, sent when the telemetry data channel activates (iOS/macOS clients only).
| + (NSString*) clientConnectionLedgerTelemetry |
Gets the "telemetry.client.connectionLedger" message type string.
| + (NSString*) close |
Gets the "close" message type string.
| + (NSString*) dataChannelTelemetryReportingActivation |
Gets the "activateDataChannelTelemetryReporting" message type string.
| + (NSString*) dtmfTones |
Gets the "dtmfTones" message type string.
| + (NSString*) error |
Gets the "error" message type string.
| + (NSString*) event |
Gets the "event" message type string.
| + (NSString*) fail |
Gets the "fail" message type string.
| + (NSString*) iceServers |
Gets the "iceServers" message type string.
| - (instancetype) init |
| + (NSString*) invite |
Gets the "invite" message type string.
| + (NSString*) inviteFeedback |
Gets the "inviteFeedback" message type string.
| + (NSString*) join |
Gets the "join" message type string.
| + (NSString*) keyFrameRequest |
Gets the "keyFrameRequest" message type string.
| + (NSString*) kick |
Gets the "kick" message type string.
| + (NSString*) layout |
Gets the "layout" message type string.
| + (NSString*) leave |
Gets the "leave" message type string.
| + (NSString*) mcuVideoLayout |
Gets the "mcuVideoLayout" message type string.
| + (NSString*) mediaIntent |
Gets the "mediaIntent" message type string.
| + (NSString*) mediaIntentResponse |
Gets the "mediaIntentResponse" message type string.
| + (NSString*) mediaStatsTelemetry |
Gets the "telemetry.mediaStats" message type string.
| + (NSString*) message |
Gets the "message" message type string.
| + (FMLiveSwitchMessageType*) messageType |
| + (NSString*) mute |
Gets the "mute" message type string.
| + (NSString*) notifyJoin |
Gets the "notifyJoin" message type string.
| + (NSString*) notifyLeave |
Gets the "notifyLeave" message type string.
| + (NSString*) notifyUpstreamClose |
Gets the "notifyUpstreamClose" message type string.
| + (NSString*) notifyUpstreamOpen |
Gets the "notifyUpstreamOpen" message type string.
| + (NSString*) notifyUpstreamUpdate |
Gets the "notifyUpstreamUpdate" message type string.
| + (NSString*) offer |
Gets the "offer" message type string.
| + (NSString*) register |
Gets the "register" message type string.
| + (NSString*) reject |
Gets the "reject" message type string.
| + (NSString*) rtcpDataChannelSignallingActivation |
Gets the "activateRtcpDataChannelSignalling" message type string.
| + (NSString*) simulcastNotification |
Gets the "simulcastNotification" message type string.
| + (NSString*) telemetryServerConfig |
Gets the "telemetry.server.config" message type string.
Sent server→client at telemetry channel activation to communicate a per-type blocklist. Clients older than the message type are unaffected (they never receive it).
| + (NSString*) unregister |
Gets the "unregister" message type string.
| + (NSString*) update |
Gets the "update" message type string.
| + (NSString*) useWebSocketService |
Gets the "useWebSocketService" message type string.
| + (NSString*) useWebSocketsForSfuDownstream |
Gets the "useWebSocketsForSfuDownstream" message type string.
| + (NSString*) useWebSocketsForSfuUpstream |
Gets the "useWebSocketsForSfuUpstream" message type string.
| + (NSString*) webSocketInfo |
Gets the "webSocketInfo" message type string.
| + (NSString*) webSocketMediaStreamInfo |
Gets the "webSocketStreamInfo" message type string.