Closed Orma07 closed 6 years ago
Hi, I'm tring to use Linphone-xamarin to implement video call, but when I give id of my view to linphone core the view doesn't show me video.
Is that wrong? lc.NativeVideoWindowId = CallVideo.Id.ToString();
lc.NativeVideoWindowId = CallVideo.Id.ToString();
lc is my linphoneCore, CallVideo is my ContentView.
@Orma07 Did you ever get a response to this question? I am struggling with finding the right handle to set myself right now.
Belledonne have update the example
Thanks, I have totally missed that.
Hi, I'm tring to use Linphone-xamarin to implement video call, but when I give id of my view to linphone core the view doesn't show me video.
Is that wrong?
lc.NativeVideoWindowId = CallVideo.Id.ToString();
lc is my linphoneCore, CallVideo is my ContentView.