W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > September 2019

[webrtc-pc] Persistent RTC Connection by using iceCandidatePoolSize (#2299)

From: gargvk10 via GitHub <sysbot+gh@w3.org>
Date: Thu, 12 Sep 2019 17:34:22 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issues.opened-492937935-1568309661-sysbot+gh@w3.org>
gargvk10 has just created a new issue for https://github.com/w3c/webrtc-pc:

== Persistent RTC Connection by using iceCandidatePoolSize ==
Hi,
I am trying to develop a solution for making Persistent RTC Connection to save the few network trips for collecting the ice candidates. For doing that i am creating a rtc peer connection as soon as user open my webrtc page. i want to use the same rtc peer connection object for the next call so i thought of cloning this object and pass it to the call so that current call will only close the cloned object not original peerConnection object. I am not able to clone it properly and always get error while setting up onTrack on cloned object. can you please help me how can i clone this object or suggest a good method to make RTC Connection persistent for multiple calls ?

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2299 using your GitHub account
Received on Thursday, 12 September 2019 17:34:23 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:48 UTC