linphone-xamarin
linphone-xamarin copied to clipboard
Example or instructions for adding video in iOS
I appreciate that the Android sample has recently been updated with video display. It would be very helpful if the iOS sample could be updated with the corresponding functionality, and ideally also self view display.
UPDATE
Managed to enable video on iOS using UIView
, setting the Handle
of the UIView
objects to the NativeVideoWindowId
and NativePreviewWindowId
pointers, respectively.