Questions tagged [webrtc-ios]
56 questions
2
votes
0 answers
GoogleWebRTC Audio Video Calling iOS
I want to develop one audio-video calling application. So, I have decided to use Google WebRTC, so Google WebRTC is good for calling functionality?. Is Google WebRTC support to Conference Calling?. If it is not, then what are the different…

Onkar Borse
- 70
- 1
- 7
1
vote
0 answers
Record remote video stream with audio using webrtc for Mac
I need a way to record the audio and video of remote peer connections.
We're using the native version of webrtc for macOS.
In the current API of webrtc, there is no way to access the audio of remote connections.
I didn't try anything in particular…

Marcelo Moyano
- 11
- 1
1
vote
1 answer
How many ICE candidates to exchange for video call?
Suppose there are 2 users
user 1: 10 Ice candidates generated
user 2: 5 Ice candidates generated
And I know only 1 candidate is required to establish a connection. So any of the above user sends candidates to other user and the connection gets…

Abhay Rawat
- 43
- 1
- 5
1
vote
1 answer
How to record mic WHILE video calling with Daily.co on iOS Safari
Problem
With my iPad's iOS Safari, I can use Daily.co's video API to call other devices. But the moment I start recording my local microphone via the audio-recorder-polyfill library , everybody else will no longer be able to hear me, even though I…

Elton Lin
- 77
- 1
- 10
1
vote
1 answer
IOS Swift WebRtc insertDtmf issue
I am building an app that works with janus gateway via websocket and webrtc. everything works fine, I can send and receive voice calls successfully but insertDtmf metod doesnt send my dtmf to other peer.
Same account and same codes in android works…

Bilal Şimşek
- 5,453
- 2
- 19
- 33
1
vote
0 answers
webrtc native ios usb headphones
We're trying to use a usb headset (speaker + microphone) on ios using native webrtc library (from cocoapods)
The following code activate the usb microphone:
- (void)handleRouteChange:(NSNotification *) notification
{
NSLog(@"Route change");
…

Jose
- 71
- 3
- 14
1
vote
2 answers
How to getStats() in WebRTC iOS SDK in Swift?
I am trying to get ICE Candidate Pair Stats in iOS SDK in Swift. I see this specific interface: statsForTrack but I am unsure about how to use it. Has anybody done this before?

divku
- 11
- 2
1
vote
0 answers
How to handle a voice call using WebRTC in background in iOS Swift
I'm working on an iOS Swift project in which I need to implement a video call using WebRTC. I implemented and is working on the foreground mode. But when I close the app, the call gets disconnected. How to handle the voice call in background mode…

Hilaj S L
- 1,936
- 2
- 19
- 31
1
vote
1 answer
How to publish message to a channel using Pubnub Swift in iOS
currently I'm working on an iOS projects where I need to implement WebRTC with Pubnub signaling. I added the PubNubSwift CocoaPods to my project. And when I try to publish a message the publish method expect the message type as JSONCodable. So I…

Hilaj S L
- 1,936
- 2
- 19
- 31
1
vote
0 answers
HTML5 video with RTSP stream source not playing in Chrome on iPhone ios 13.4 but working in Safari
Developing a browser based webrtc streaming system, managed to get it all working properly and allows streaming from all devices. But my problem is on playback: all desktop browsers play it fine, chrome firefox on windows, chrome firefox safari on…

abreski
- 81
- 1
- 6
1
vote
0 answers
WEBRTC: Local streams are visible on OPENVIDU WEB(other Participant) end But Remote Streams are coming NIL on my end locally swift iOS
I am using OpenVidu for Video Chat, Using this Repo https://github.com/OpenVidu/openvidu-ios-app I know this has bugs, but I have to use this as This is working fine at Android and WEB. I am able to make it working where my Local video can be seen…

Pankaj Bhardwaj
- 2,081
- 1
- 17
- 37
1
vote
1 answer
RTCFileLogger: How to decode log file?
If you use RTCFileLogger or RTCPeerConnection's startRtcEventLogWithFilePath they both log data that seems to be encoded in some format that is not human readable:
∆äÚïï
‡“ÚïïZÃÆë∫
"øÃ˛ïï¢≤›”± (08@H
˝Ã˛ïï™≤›”±
›Õ˛ïï™≤›”±
"†Œ˛ïï¢≤›”±…

Kyle Redfearn
- 2,172
- 16
- 34
0
votes
0 answers
Convert audio from iOS Broadcast Extension to be used with WebRTC
I have set up an iOS broadcast extension and audio data is coming in through processSampleBuffer as a CMSampleBuffer.
I am sending this data through a Websocket connection to a Pion WebRTC sink, configured with MimeType: webrtc.MimeTypeOpus.
From…

Jochen
- 1,853
- 3
- 20
- 28
0
votes
0 answers
How to mute microphone and remove orange microphone indicator with WebRTC in iOS
We are using WebRTC M110 with iOS 16.5 for an audio call application and would like to allow our users to mute their audio such that the orange indicator provided by the operating system disappears. We have not found a solution that works.
We…

förschter
- 740
- 1
- 7
- 24
0
votes
0 answers
XCode linker cannot find WebRTC symbols
I'm trying to link WebRTC's framework_objc compiled from source code to existing C++ project.
When I try to pass the native video encoder or decoder factory, exactly as it done in the example:
media_deps.video_encoder_factory =…

Andrea Korinski
- 275
- 1
- 8