Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

Camera Switching

Deepesh__NAik
Beginner
373 Views

How to switch camera in v4.0 of iOS client using ICSLocalStream?

0 Kudos
3 Replies
Jianjun_Z_Intel
Employee
373 Views

Hi Deepesh,

There is not switching camera method on ICSLocalStream. However, ICSLocalStream could be initialized with an RTCMediaStream. That means you can fully control the video source of an ICSLocalStream.

0 Kudos
Sharma__Mukesh
Beginner
373 Views

How to get RTCMediaStream object ? 

There is no way to get that please help

0 Kudos
Jianjun_Z_Intel
Employee
373 Views

Hi Sharma,

Interface and protocol names start with RTC are defined in the WebRTC project. For RTCMediaStream, please refer to https://chromium.googlesource.com/external/webrtc/+/branch-heads/63/sdk/objc/Framework/Headers/WebRTC/RTCMediaStream.h. Thanks.

0 Kudos
Reply