#import <RTCSessionDescription.h>
◆ descriptionFromJSONDictionary:() [1/2]
◆ descriptionFromJSONDictionary:() [2/2]
◆ initWithNativeDescription:() [1/2]
Initialize an RTCSessionDescription from a native SessionDescriptionInterface. No ownership is taken of the native session description.
◆ initWithNativeDescription:() [2/2]
Initialize an RTCSessionDescription from a native SessionDescriptionInterface. No ownership is taken of the native session description.
◆ initWithType:sdp:() [1/2]
- (instancetype) initWithType: |
|
(RTCSdpType) |
type |
sdp: |
|
(NSString *) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
Initialize a session description with a type and SDP string.
◆ initWithType:sdp:() [2/2]
- (instancetype) initWithType: |
|
(RTCSdpType) |
type |
sdp: |
|
(NSString *) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
Initialize a session description with a type and SDP string.
◆ JSONData() [1/2]
◆ JSONData() [2/2]
◆ NS_UNAVAILABLE() [1/2]
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ NS_UNAVAILABLE() [2/2]
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ stdStringForType:() [1/2]
◆ stdStringForType:() [2/2]
◆ stringForType:() [1/2]
◆ stringForType:() [2/2]
◆ typeForStdString:() [1/2]
◆ typeForStdString:() [2/2]
◆ typeForString:() [1/2]
◆ typeForString:() [2/2]
◆ sdp
◆ serializer
◆ type
◆ nativeDescription
|
readnonatomicassignimplementation |
The native SessionDescriptionInterface representation of this RTCSessionDescription object. This is needed to pass to the underlying C++ APIs.
◆ sdp
The SDP string representation of this session description.
◆ type
The type of session description.
The documentation for this class was generated from the following files: