合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## **切换本地摄像头** NSArray *cameraArray = [[AnyChatSDK getInstance]getCameras]; //获取摄像头列表 self.videoDevice= cameraArray[0]; //切换为后摄像头 [self.videoDevice openWithRenderView:self.theLocalView]; self.videoDevice= cameraArray[1]; //切换为前摄像头 [self.videoDevice openWithRenderView:self.theLocalView]; #### 接口说明 切换本地摄像头(camera为获取的本地摄像头数组) #### 接口返回值 无 #### 接口参数简介 无