You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
After updating the webrtc framework for the latest one , I am not getting how to show local stream to user cause methodology is changed which has no sample on repository's "iOS" folder.
There is no connection to each other.
So, the delegate method does what , [_delegate appClient:self didCreateLocalCapturer:capturer];
I am not getting it. [Help Required!]
The text was updated successfully, but these errors were encountered:
Have you resolved this one yet? I'm facing the same problem using Swift, I could not use the video source with RTCCameraVideoCapturer but the documentation or PeerConnectionFactory videoSource says
Initialize a generic RTCVideoSource. The RTCVideoSource should be passed to a RTCVideoCapturer implementation, e.g. RTCCameraVideoCapturer, in order to produce frames.
After updating the webrtc framework for the latest one , I am not getting how to show local stream to user cause methodology is changed which has no sample on repository's "iOS" folder.
in old code...
The RTCVideoCapturer object and RTCVideoSource object was linked here to each other.
But in new code...
There is no connection to each other.
So, the delegate method does what ,
[_delegate appClient:self didCreateLocalCapturer:capturer];
I am not getting it. [Help Required!]
The text was updated successfully, but these errors were encountered: