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

Camera Switching

Deepesh__NAik
Einsteiger
886Aufrufe

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

0 Kudos
3 Antworten
Jianjun_Z_Intel
Mitarbeiter
886Aufrufe

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.

Sharma__Mukesh
Einsteiger
886Aufrufe

How to get RTCMediaStream object ? 

There is no way to get that please help

Jianjun_Z_Intel
Mitarbeiter
886Aufrufe

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.

Antworten