tkmn0 / SimpleWebRTCExample_iOS

Simple example for WebRTC on iOS written in swift5
MIT License
178 stars 49 forks source link

Mix call audio with locally playing video #25

Closed 9SL9 closed 4 years ago

9SL9 commented 4 years ago

The more I look through your code and the project the more I love it!

Quick question - is it possible to mix the audio of the caller with a locally playing video (AVPlayer)?

Thanks again

tkmn0 commented 4 years ago

Thank you so much :) I'm sorry, I'm not familiar with audio mixing with WebRTC.

WebRTC can handle multiple media tracks so, I think you can add your audio tracks to media stream.

Best Regards.

9SL9 commented 4 years ago

Thanks