You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used Google with the error message or bug in association with the library and Cordova words to make sure the issue I'm reporting is only related to iOSRTC.
I have provided steps to reproduce (e.g. sample code or updated extra/renderer-and-libwebrtc-tests.js file).
I have provided third party library name and version, ios, Xcode and plugin version and adapter.js version if used.
Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed, removing this checkbox will result in automatic closed issue.
Versions affected
Cordova version (e.g 7.1.0): 9
Cordova iOS version (e.g 5.1.0): 5
Plugin version (e.g 6.0.12): 6.0.13
iOS version (e.g 10.2): 12+
Xcode version (e.g 11.1 - 11A1027): 12+
WebRTC-adapter version (e.g. 7.4.0): N/A
WebRTC Framework version (e.g. JSSip 3.1.2): N/A
Description
In having more than two participants each with 2 tracks sometimes the video of one of them does not show. Upon stopping and re-adding the track always gets a black screen. One huge problem is that the app after adding or removing tracks become completely unusable as the #569 (comment) mentioned the MediaStreams keeps getting added with no deactivation even if the participant completely disconnects.
Please read first!
Please use Public Google Group (mailing list) for general technical discussions and questions.
extra/renderer-and-libwebrtc-tests.js
file).Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed, removing this checkbox will result in automatic closed issue.
Versions affected
Description
In having more than two participants each with 2 tracks sometimes the video of one of them does not show. Upon stopping and re-adding the track always gets a black screen. One huge problem is that the app after adding or removing tracks become completely unusable as the #569 (comment) mentioned the MediaStreams keeps getting added with no deactivation even if the participant completely disconnects.
via @henritoivar @samgabriel
Steps to reproduce
End PeerConnection
Expected results
MediaStreams and MediaStreamTrack to be properly deactivated.
Actual results
after disconnecting there is still a large amount of MediaStream objects in cordova.plugins.iosrtc.mediaStreams.
![image](https://user-images.githubusercontent.com/5262399/94014531-56c65300-fdb4-11ea-94ef-9515bde478d4.png)
The text was updated successfully, but these errors were encountered: