NIMRtcCallStatus Constants Reference
| Declared in | NIMRtcCallRecordObject.h | 
|---|
NIMRtcCallStatus
Definition
typedef NS_ENUM(NSUInteger, NIMRtcCallStatus ) {
                            
                               NIMRtcCallStatusComplete = 1,
                            
                               NIMRtcCallStatusCanceled,
                            
                               NIMRtcCallStatusRejected,
                            
                               NIMRtcCallStatusTimeout,
                            
                               NIMRtcCallStatusBusy,
                            
                            };
                    
                    Constants
NIMRtcCallStatusComplete- 
    
	
Declared In
NIMRtcCallRecordObject.h. NIMRtcCallStatusCanceled- 
    
	
Declared In
NIMRtcCallRecordObject.h. NIMRtcCallStatusRejected- 
    
	
Declared In
NIMRtcCallRecordObject.h. NIMRtcCallStatusTimeout- 
    
	
Declared In
NIMRtcCallRecordObject.h. NIMRtcCallStatusBusy- 
    
	
Declared In
NIMRtcCallRecordObject.h.