A peer connection offer. More...
Instance Methods | |
| (FMLiveSwitchPeerConnection *) | - acceptWithAudioStream: |
| Accepts the offer. More... | |
| (FMLiveSwitchPeerConnection *) | - acceptWithAudioStream:dataStream: |
| Accepts the offer. More... | |
| (FMLiveSwitchPeerConnection *) | - acceptWithAudioStream:videoStream: |
| Accepts the offer. More... | |
| (FMLiveSwitchPeerConnection *) | - acceptWithAudioStream:videoStream:dataStream: |
| Accepts the offer. More... | |
| (FMLiveSwitchPeerConnection *) | - acceptWithDataStream: |
| Accepts the offer. More... | |
| (FMLiveSwitchPeerConnection *) | - acceptWithVideoStream: |
| Accepts the offer. More... | |
| (FMLiveSwitchPeerConnection *) | - acceptWithVideoStream:dataStream: |
| Accepts the offer. More... | |
| (void) | - addOnCancel: |
| Adds a handler that is raised when the offer is withdrawn. More... | |
| (FMLiveSwitchChannel *) | - channel |
| Gets the channel. More... | |
| (NSString *) | - connectionTag |
| Gets the connection tag. More... | |
| (bool) | - hasAudio |
| Gets a value indicating whether the offer includes an audio description. More... | |
| (bool) | - hasData |
| Gets a value indicating whether the offer includes a data description. More... | |
| (bool) | - hasVideo |
| Gets a value indicating whether the offer includes a video description. More... | |
| (FMLiveSwitchSessionDescription *) | - offer |
| Gets the offer. More... | |
| (FMLiveSwitchFuture< id > *) | - reject |
| Rejects this instance. More... | |
| (FMLiveSwitchClientInfo *) | - remoteClientInfo |
| Gets the remote client information. More... | |
| (bool) | - remoteClosed |
| Gets a value indicating whether the connection was closed by the remote host. More... | |
| (NSString *) | - remoteConnectionId |
| Gets the remote connection identifier. More... | |
| (bool) | - remoteFailed |
| Gets a value indicating whether the connection was failed by the remote host. More... | |
| (void) | - removeOnCancel: |
| Removes a handler that is raised when the offer is withdrawn. More... | |
A peer connection offer.
| - (FMLiveSwitchPeerConnection*) acceptWithAudioStream: | (FMLiveSwitchAudioStream *) | audioStream |
Accepts the offer.
| audioStream | The audio stream. |
| - (FMLiveSwitchPeerConnection*) acceptWithAudioStream: | (FMLiveSwitchAudioStream *) | audioStream | |
| dataStream: | (FMLiveSwitchDataStream *) | dataStream | |
Accepts the offer.
| audioStream | The audio stream. |
| dataStream | The data stream. |
| - (FMLiveSwitchPeerConnection*) acceptWithAudioStream: | (FMLiveSwitchAudioStream *) | audioStream | |
| videoStream: | (FMLiveSwitchVideoStream *) | videoStream | |
Accepts the offer.
| audioStream | The audio stream. |
| videoStream | The video stream. |
| - (FMLiveSwitchPeerConnection*) acceptWithAudioStream: | (FMLiveSwitchAudioStream *) | audioStream | |
| videoStream: | (FMLiveSwitchVideoStream *) | videoStream | |
| dataStream: | (FMLiveSwitchDataStream *) | dataStream | |
Accepts the offer.
| audioStream | The audio stream. |
| videoStream | The video stream. |
| dataStream | The data stream. |
| - (FMLiveSwitchPeerConnection*) acceptWithDataStream: | (FMLiveSwitchDataStream *) | dataStream |
Accepts the offer.
| dataStream | The data stream. |
| - (FMLiveSwitchPeerConnection*) acceptWithVideoStream: | (FMLiveSwitchVideoStream *) | videoStream |
Accepts the offer.
| videoStream | The video stream. |
| - (FMLiveSwitchPeerConnection*) acceptWithVideoStream: | (FMLiveSwitchVideoStream *) | videoStream | |
| dataStream: | (FMLiveSwitchDataStream *) | dataStream | |
Accepts the offer.
| videoStream | The video stream. |
| dataStream | The data stream. |
| - (void) addOnCancel: | (FMLiveSwitchAction0 *) | value |
Adds a handler that is raised when the offer is withdrawn.
| - (FMLiveSwitchChannel*) channel |
Gets the channel.
| - (NSString*) connectionTag |
Gets the connection tag.
| - (bool) hasAudio |
Gets a value indicating whether the offer includes an audio description.
| - (bool) hasData |
Gets a value indicating whether the offer includes a data description.
| - (bool) hasVideo |
Gets a value indicating whether the offer includes a video description.
| - (FMLiveSwitchSessionDescription*) offer |
Gets the offer.
| - (FMLiveSwitchFuture<id>*) reject |
Rejects this instance.
| - (FMLiveSwitchClientInfo*) remoteClientInfo |
Gets the remote client information.
| - (bool) remoteClosed |
Gets a value indicating whether the connection was closed by the remote host.
| - (NSString*) remoteConnectionId |
Gets the remote connection identifier.
| - (bool) remoteFailed |
Gets a value indicating whether the connection was failed by the remote host.
| - (void) removeOnCancel: | (FMLiveSwitchAction0 *) | value |
Removes a handler that is raised when the offer is withdrawn.