I'm experiencing an issue with joining the P2P call from Xamarin Forms app.
The playing and publishing modes work fine but the P2P does not.
Whenever the Init() or Start() methods are called on the AntFrame vide object the exception occurs:
Java.Lang.NullPointerException
Message=Attempt to invoke virtual method 'void org.webrtc.SurfaceViewRenderer.setMirror(boolean)' on a null object reference
Does the P2P mode require different implementation than Playing and Publishing? Is there any documentation explaining how to implement P2P using the Xamarin SDK?
Question
Piotr Gzu
Hi
I'm experiencing an issue with joining the P2P call from Xamarin Forms app.
The playing and publishing modes work fine but the P2P does not.
Whenever the Init() or Start() methods are called on the AntFrame vide object the exception occurs:
Java.Lang.NullPointerException
Message=Attempt to invoke virtual method 'void org.webrtc.SurfaceViewRenderer.setMirror(boolean)' on a null object reference
Does the P2P mode require different implementation than Playing and Publishing? Is there any documentation explaining how to implement P2P using the Xamarin SDK?
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Jul 8
1
Oct 2
1
Top Posters For This Question
Burak 1 post
Piotr Gzu 1 post
Popular Days
Jul 8 2022
1 post
Oct 2 2022
1 post
1 answer to this question
Recommended Posts