VIVideoRendererView
iOS view that renders a remote video or local camera preview video.
Props
delegate
delegate: Delegate to handle the renderer view events.
Returns
type:
Methods
initWithContainerView:
initWithContainerView:(containerView: UIView *
): instancetype
Initializes a renderer view instance.
Parameters
containerView:
UIView *
UIView to which video renderer is added as a subview
Returns
type:
instancetype