WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

Unofficial builds of Google WebRTC iOS Framework

Results 19 WebRTC issues
Sort by recently updated
recently updated
newest added

I am getting lot of crashing in RTCFileName (missing) Crashed: Thread 0x0x10d717c10SIGSEGV 0x00000021c453a974 Raw Text -- 0 | WebRTC | (Missing) 1 | WebRTC | (Missing) 2 | WebRTC |...

Like me, you might have found this pod by searching for "Cocoapods WebRTC". This one is no longer maintained, you want the "GoogleWebRTC" CocoaPod for the latest versions. Thanks @Anakros...

- (void)peerConnection:(nonnull RTCPeerConnection *)peerConnection didAddStream:(nonnull RTCMediaStream *)stream { dispatch_async(dispatch_get_main_queue(), ^{ self.remoteVideoTrack = [stream.videoTracks firstObject]; [self.remoteVideoTrack addRenderer:self.remoteView]; }); } Where self.remoteView is a RTCEAGLVideoView class.

Hello, can you give me the tip how to build the framework with a bitcode turned on? I tried to clone it from here - https://chromium.googlesource.com/external/webrtc/ and then use this...

A feature request; I'd like to use this WebRTC framework for macOS builds as well.

Hi, I'm trying to disable video while connected in call. I want to show user image in case of other user disables video... i can think of 2 ways to...

Hi i have integrated AppRTC(webrtc demo app) application into my Application, it builds fine, but when i turn on video call its crashing with following error SocketRocket: In debug mode....

i want to a video, but the sdpMid always audio, This is the data of func didGeneratecandidate "sdpMid" : "audio", "candidate" : "candidate:3891606813 1 udp 2122260223 169.254.94.211 61276 typ host...

Running this pod within in app on an iOS8 makes the app crash. The reason is that the framework uses [AVCaptureSessionInterruptionReasonKey](https://developer.apple.com/documentation/avfoundation/avcapturesessioninterruptionreasonkey?language=objc) which is available since iOS 9.0. Crash log: ```...

Hello, I downloaded the project can not run, some files have been lost, how should I deal with it?