HyphenateSDK  3.3.0
Instance Methods | Properties | List of all members
EMCallOptions Class Reference

#import <EMCallOptions.h>

Inheritance diagram for EMCallOptions:

Instance Methods

(long videoKbps) - EM_DEPRECATED_IOS
 

Properties

BOOL isSendPushIfOffline
 
NSString * offlineMessageText
 
EMCallVideoResolution videoResolution
 
long maxVideoKbps
 
int minVideoKbps
 
BOOL isFixedVideoResolution
 
int maxVideoFrameRate
 

Detailed Description

EMCallOptions.h EMCallManager setting options

Author
Hyphenate
Version
3.00

Property Documentation

- (BOOL) isFixedVideoResolution
readwritenonatomicassign

Enable fixed video resolution, default NO

- (BOOL) isSendPushIfOffline
readwritenonatomicassign

When remote is not online, whether to send offline push default NO

- (int) maxVideoFrameRate
readwritenonatomicassign

Max video frame rate

- (long) maxVideoKbps
readwritenonatomicassign

Video kbps range: 50 < videoKbps < 5000. Default value is 0, which is adaptive bitrate streaming. recommend use default value

- (int) minVideoKbps
readwritenonatomicassign

Min video kbps

- (NSString*) offlineMessageText
readwritenonatomicstrong

Only effective when isSendPushIfOffline is YES. default “You have incoming call...”

- (EMCallVideoResolution) videoResolution
readwritenonatomicassign

Video resolution default adaptive


The documentation for this class was generated from the following file: