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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Camera Switching

Deepesh__NAik
Beginner
891 Views

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

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

How to get RTCMediaStream object ? 

There is no way to get that please help

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