EricssonResearch / openwebrtc

A cross-platform WebRTC client framework based on GStreamer
http://www.openwebrtc.org
BSD 2-Clause "Simplified" License
1.8k stars 537 forks source link

how can I reinitialize OpenWebRTCNativeHandler in IOS #691

Open jackyleung888 opened 7 years ago

jackyleung888 commented 7 years ago

Hi,I made a successfully (video & audio)call between two iphone mobiles using the native demo first time , but when it called "terminateCall", the selfview and remoteView stopped, and they can't show any moving pictures whatever what methods I made, event if the peers is connected successful. my issue is how can I make the second time connection successfully? How to reinitialize the UIView using the openwebrtc-sdk?