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;
Definition: EMCallVideoView.h:28
Definition: EMCallVideoView.h:42
Definition: EMCallSession.h:31
NSString * remoteName
Definition: EMCallSession.h:75
int videoLatency
Definition: EMCallSession.h:124
CGSize remoteVideoResolution
Definition: EMCallSession.h:201
NSString * callId
Definition: EMCallSession.h:39
BOOL willRecord
Definition: EMCallSession.h:219
int localVideoFrameRate
Definition: EMCallSession.h:135
EMCallRemoteVideoView * remoteVideoView
Definition: EMCallSession.h:102
BOOL isCaller
Definition: EMCallSession.h:66
EMCallSessionStatus status
Definition: EMCallSession.h:84
NSString * ext
Definition: EMCallSession.h:233
NSString * localName
Definition: EMCallSession.h:48
EMCallType type
Definition: EMCallSession.h:57
EMCallConnectType connectType
Definition: EMCallSession.h:113
int localVideoLostRateInPercent
Definition: EMCallSession.h:179
NSString * serverVideoId
Definition: EMCallSession.h:210
int remoteVideoFrameRate
Definition: EMCallSession.h:146
EMCallLocalVideoView * localVideoView
Definition: EMCallSession.h:93
int remoteVideoBitrate
Definition: EMCallSession.h:168
int remoteVideoLostRateInPercent
Definition: EMCallSession.h:190
int localVideoBitrate
Definition: EMCallSession.h:157