open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
195 stars 96 forks source link

Added ConferencePeerChannel null pointer checks, ConferencePeerConnec… #225

Closed bert-and-ernie closed 4 years ago

bert-and-ernie commented 4 years ago

Added ConferencePeerChannel null pointer checks, ConferencePeerConnectionChannel instances are created by ConferencePeerChannel.getPeerConnection() but do not necessarily contain a publication or subscription

This fix will prevent many crashes in our app

jianjunz commented 4 years ago

Thanks for your PR.

bert-and-ernie commented 4 years ago

Thank you!