15 #import <Foundation/Foundation.h> 17 #import "EMCallEnum.h" 18 #import "EMCommonDefs.h" 20 #import "EMCallVideoView.h" 39 @property (nonatomic, strong, readonly) NSString *
callId;
48 @property (nonatomic, strong, readonly) NSString *
localName;
57 @property (nonatomic, readonly) EMCallType
type;
75 @property (nonatomic, strong, readonly) NSString *
remoteName;
84 @property (nonatomic, readonly) EMCallSessionStatus
status;
104 #pragma mark - Statistics Property 233 @property (nonatomic, readonly) NSString *
ext;
235 #pragma mark - Control Stream 289 #pragma mark - Camera 302 - (void)switchCameraPosition:(BOOL)aIsFrontCamera;
NSString * serverVideoId
Definition: EMCallSession.h:210
EMCallRemoteVideoView * remoteVideoView
Definition: EMCallSession.h:102
int localVideoBitrate
Definition: EMCallSession.h:157
NSString * remoteName
Definition: EMCallSession.h:75
BOOL willRecord
Definition: EMCallSession.h:219
Definition: EMCallSession.h:30
NSString * localName
Definition: EMCallSession.h:48
EMCallLocalVideoView * localVideoView
Definition: EMCallSession.h:93
int remoteVideoLostRateInPercent
Definition: EMCallSession.h:190
CGSize remoteVideoResolution
Definition: EMCallSession.h:201
EMCallType type
Definition: EMCallSession.h:57
int videoLatency
Definition: EMCallSession.h:124
EMCallSessionStatus status
Definition: EMCallSession.h:84
BOOL isCaller
Definition: EMCallSession.h:66
int remoteVideoBitrate
Definition: EMCallSession.h:168
Definition: EMCallVideoView.h:41
NSString * callId
Definition: EMCallSession.h:39
int localVideoFrameRate
Definition: EMCallSession.h:135
int localVideoLostRateInPercent
Definition: EMCallSession.h:179
EMCallConnectType connectType
Definition: EMCallSession.h:113
NSString * ext
Definition: EMCallSession.h:233
int remoteVideoFrameRate
Definition: EMCallSession.h:146
Definition: EMCallVideoView.h:27