- From: gargvk10 via GitHub <sysbot+gh@w3.org>
- Date: Thu, 12 Sep 2019 17:34:22 +0000
- To: public-webrtc@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