BelledonneCommunications / linphone-xamarin

Linphone.org mirror for linphone-xamarin (git://git.linphone.org/linphone-xamarin.git)
https://www.linphone.org/
GNU General Public License v3.0
26 stars 21 forks source link

NativeVideoWindowId #4

Closed Orma07 closed 6 years ago

Orma07 commented 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 is my linphoneCore, CallVideo is my ContentView.

anders9ustafsson commented 6 years ago

@Orma07 Did you ever get a response to this question? I am struggling with finding the right handle to set myself right now.

Orma07 commented 6 years ago

Belledonne have update the example

anders9ustafsson commented 6 years ago

Thanks, I have totally missed that.