SMCallReceiveBandwidthLimit Class Reference

Inherits from NSObject
Declared in SMCallReceiveBandwidthLimit.h

  audioReceiveBandwidth

audioReceiveBandwidth

@property (nonatomic, strong) NSNumber *audioReceiveBandwidth

Discussion

audioReceiveBandwidth

Declared In

SMCallReceiveBandwidthLimit.h

  videoReceiveBandwidth

videoReceiveBandwidth

@property (nonatomic, strong) NSNumber *videoReceiveBandwidth

Discussion

videoReceiveBandwidth

Declared In

SMCallReceiveBandwidthLimit.h

– initWithAudioReceiveBandwidthLimit:withVideoReceiveBandwidthLimit:

Constructor method for SMCallReceiveBandwidthLimit.

- (id)initWithAudioReceiveBandwidthLimit:(NSNumber *)audioReceiveBandwidthLimit withVideoReceiveBandwidthLimit:(NSNumber *)videoReceiveBandwidthLimit

Parameters

audioReceiveBandwidthLimit

preferred audio bandwidth limit

videoReceiveBandwidthLimit

preferred video bandwidth limit

Return Value

SMCallReceiveBandwidthLimit instance

Availability

4.6.1

Discussion

Constructor method for SMCallReceiveBandwidthLimit.

Declared In

SMCallReceiveBandwidthLimit.h