WSCCallConfig Class Reference
| Inherits from | NSObject |
| Declared in | WSCCallConfig.h |
Overview
Call configuration interface. Call Configuration describes the audio/video send and receive capabilities of a call.
Properties
Instance Methods
description
Returns a string that represents the call config.
- (NSString *)descriptionDiscussion
Returns a string that represents the call config.
Declared In
WSCCallConfig.hinit
Construct a WSCCallConfig with audio and video configurations set to WSCMediaDirectionNone.
- (instancetype)initDiscussion
Construct a WSCCallConfig with audio and video configurations set to WSCMediaDirectionNone.
Declared In
WSCCallConfig.hinitWithAudioVideoDirection:video:
Returns an initialized WSCCallConfig object with audio/video directions.
- (instancetype)initWithAudioVideoDirection:(WSCMediaDirection)audioMediaDirection video:(WSCMediaDirection)videoMediaDirectionParameters
- audioMediaDirection
The direction of the local audio media stream.
- videoMediaDirection
The direction of the local video media stream.
Discussion
Returns an initialized WSCCallConfig object with audio/video directions.
Declared In
WSCCallConfig.hshouldReceiveAudio
Checks if audio receive capability is supported.
- (BOOL)shouldReceiveAudioReturn Value
YES if audio capability is supported and NO otherwise
Discussion
Checks if audio receive capability is supported.
Declared In
WSCCallConfig.hshouldReceiveVideo
Checks if video receive capability is supported.
- (BOOL)shouldReceiveVideoReturn Value
YES if video capability is supported and NO otherwise
Discussion
Checks if video receive capability is supported.
Declared In
WSCCallConfig.h