setLocalVideoMirror
- 
简要描述 设置本地视频镜像 
- 
接口详情 - (int)setLocalVideoMirror:(BOOL)mirror;
- 返回值:return 0 success
- 参数mirror(bool):是否开启镜像
setVideoProfile
- 
简要描述 设置我的视频采集和发布分辨率(有多流重载) 
- 
接口详情 -(int)setVideoProfile:(TKVideoProfile )profile; //设置视频分辨率 多流模式 -(int)setVideoProfile:(TKVideoProfile )profile deviceId:(NSString *)deviceId; 多设备的时候,需要传入设备的ID来设置分辨率 
- 
返回值:return 0 success 
- 
参数 参数(类型) 说明 profile(TKVideoProfile) 视频分辨率,详见TKVideoProfile deviceId(const char*) 设备ID(可以通过getvideo来获取) 
setRemoteAudioVolume
- 
简要描述 设置用户的声音音量 
- 
接口详情 - (int)setRemoteAudioVolume:(NSString *)peerID volume:(int)volume;
- 返回值:return 0 success
- 
参数 参数(类型) 说明 peerID(const char*) 用户ID volume(int) 设置的音量大小 




 
                   
                  