[blink-dev] Question regarding webrtc

2022-07-06 Thread Shubham Bhateja
Hello Blink, I am working on a project in which we are using an audio call feature of WebRTC. Audio call works fine. On button click we need to enable share screen and replaceTracks with share screen track only, but replaceTrack web api replaces tracks of same kind, for example audio track can

Re: [blink-dev] Question regarding webrtc

2022-07-06 Thread 'Philipp Hancke' via blink-dev
the discuss-webrtc list is probably a better place to ask in the future. Adding video to an audio-only call will, by design, require renegotiation. There is a sample for that at https://webrtc.github.io/samples/src/content/peerconnection/upgrade/ - it a