WSCPayload Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | WSCPayload.h |
– init:
Constructor.
- (instancetype)init:(WSCFrame *)parentParameters
parent |
Parent |
|---|
Discussion
Constructor.
Declared In
WSCPayload.h
– getSdp
Gets the SDP.
- (NSString *)getSdpDiscussion
Gets the SDP.
@return
Declared In
WSCPayload.h
– setSdp:
Sets the SDP
- (void)setSdp:(NSString *)sdpParameters
sdp |
SDP |
|---|
Discussion
Sets the SDP
Declared In
WSCPayload.h
– getCandidates
Gets the candidates.
- (NSString *)getCandidatesReturn Value
Candidates
Discussion
Gets the candidates.
Declared In
WSCPayload.h
– setCandidates:
Sets the candidates.
- (void)setCandidates:(NSString *)candidatesParameters
candidates |
Candidates |
|---|
Discussion
Sets the candidates.
Declared In
WSCPayload.h
– getDeviceToken
Gets the device token.
- (NSString *)getDeviceTokenReturn Value
Device token
Discussion
Gets the device token.
Declared In
WSCPayload.h
– setDeviceToken:
Sets the device token.
- (void)setDeviceToken:(NSString *)tokenParameters
token |
Device token |
|---|
Discussion
Sets the device token.
Declared In
WSCPayload.h
– setCapability:
Sets the client capabilities.
- (void)setCapability:(WSCClientCapability *)capabilityParameters
capability |
Client capabilities |
|---|
Discussion
Sets the client capabilities.
Declared In
WSCPayload.h
– getContent
Gets the payload content.
- (NSString *)getContentReturn Value
Payload content
Discussion
Gets the payload content.
Declared In
WSCPayload.h
– setContent:
Sets the payload content.
- (void)setContent:(NSString *)contentParameters
content |
Payload content |
|---|
Discussion
Sets the payload content.
Declared In
WSCPayload.h
– getIceServers
Gets the list of ICE servers.
- (NSArray *)getIceServersReturn Value
List of ICE servers
Discussion
Gets the list of ICE servers.
Declared In
WSCPayload.h