Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Camera Switching

Deepesh__NAik
Beginner
922 Views

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

0 Kudos
3 Replies
Jianjun_Z_Intel
Employee
922 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
922 Views

How to get RTCMediaStream object ? 

There is no way to get that please help

0 Kudos
Jianjun_Z_Intel
Employee
922 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