#import <RTCIceCandidate.h>
◆ candidateFromJSONDictionary:() [1/2]
◆ candidateFromJSONDictionary:() [2/2]
◆ candidatesFromJSONDictionary:() [1/2]
◆ candidatesFromJSONDictionary:() [2/2]
◆ initWithNativeCandidate:() [1/2]
Initialize an RTCIceCandidate from a native IceCandidateInterface. No ownership is taken of the native candidate.
◆ initWithNativeCandidate:() [2/2]
Initialize an RTCIceCandidate from a native IceCandidateInterface. No ownership is taken of the native candidate.
◆ initWithSdp:sdpMLineIndex:sdpMid:() [1/2]
- (instancetype) initWithSdp: |
|
(NSString *) |
sdp |
sdpMLineIndex: |
|
(int) |
sdpMLineIndex |
sdpMid: |
|
(nullable NSString *) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
◆ initWithSdp:sdpMLineIndex:sdpMid:() [2/2]
- (instancetype) initWithSdp: |
|
(NSString *) |
sdp |
sdpMLineIndex: |
|
(int) |
sdpMLineIndex |
sdpMid: |
|
(nullable NSString *) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
◆ JSONData() [1/2]
◆ JSONData() [2/2]
◆ JSONDataForIceCandidates:withType:() [1/2]
◆ JSONDataForIceCandidates:withType:() [2/2]
◆ NS_UNAVAILABLE() [1/2]
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ NS_UNAVAILABLE() [2/2]
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ candidate
◆ sdpMid
◆ sdpMLineIndex
◆ serializer
◆ nativeCandidate
|
readnonatomicassignimplementation |
The native IceCandidateInterface representation of this RTCIceCandidate object. This is needed to pass to the underlying C++ APIs.
◆ sdp
The SDP string for this candidate.
◆ sdpMid
If present, the identifier of the "media stream identification" for the media component this candidate is associated with.
◆ sdpMLineIndex
The index (starting at zero) of the media description this candidate is associated with in the SDP.
◆ serverUrl
The URL of the ICE server which this candidate is gathered from.
The documentation for this class was generated from the following files: