1

I am developing video conferencing apps using Apache Cordova, simplewebrtc, and cordova-plugin-iosrtc.

After an iOS user stopped the local video, there's a black video frame. How to remove it? It didnt happen in android and i've tried .hide, display and visibility but didnt worked out. Thank you in advanced.

4

1 回答 1

0

I solved the issue by refreshing the video, cordova.plugins.iosrtc.refreshVideos(). Thank you.

于 2016-07-15T06:31:33.247 回答