NIMNetCallControlType Constants Reference
| Declared in | NIMNetCallManagerProtocol.h | 
|---|
NIMNetCallControlType
网络通话控制类型
Definition
typedef NS_ENUM(NSInteger, NIMNetCallControlType ) {
                            
                               NIMNetCallControlTypeOpenAudio = 1,
                            
                               NIMNetCallControlTypeCloseAudio = 2,
                            
                               NIMNetCallControlTypeOpenVideo = 3,
                            
                               NIMNetCallControlTypeCloseVideo = 4,
                            
                               NIMNetCallControlTypeToVideo = 5,
                            
                               NIMNetCallControlTypeAgreeToVideo = 6,
                            
                               NIMNetCallControlTypeRejectToVideo = 7,
                            
                               NIMNetCallControlTypeToAudio = 8,
                            
                               NIMNetCallControlTypeBusyLine = 9,
                            
                               NIMNetCallControlTypeNoCamera = 10,
                            
                               NIMNetCallControlTypeBackground = 11,
                            
                               NIMNetCallControlTypeFeedabck = 12,
                            
                               NIMNetCallControlTypeStartRecord = 13,
                            
                               NIMNetCallControlTypeStopRecord = 14,
                            
                            };
                    
                    Constants
NIMNetCallControlTypeOpenAudio- 
开启了音频
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeCloseAudio- 
关闭了音频
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeOpenVideo- 
开启了视频
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeCloseVideo- 
关闭了视频
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeToVideo- 
切换到视频模式
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeAgreeToVideo- 
同意切换到视频模式,用于切到视频模式需要对方同意的场景
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeRejectToVideo- 
拒绝切换到视频模式,用于切到视频模式需要对方同意的场景
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeToAudio- 
切换到音频模式
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeBusyLine- 
占线
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeNoCamera- 
没有可用摄像头
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeBackground- 
应用切换到了后台
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeFeedabck- 
收到呼叫请求的反馈,通常用于被叫告诉主叫可以播放回铃音了
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeStartRecord- 
开始录制
Declared In
NIMNetCallManagerProtocol.h. NIMNetCallControlTypeStopRecord- 
结束录制
Declared In
NIMNetCallManagerProtocol.h. 
Declared In
NIMNetCallManagerProtocol.h