Suggestions

close search

StringeeVideoView class

Native-backed React component for rendering local, remote, or StringeeCall2 video track streams.


Constructors


StringeeVideoView(props: StringeeVideoViewProps)

Create a new StringeeVideoView React component.


StringeeVideoViewProps


uuid?: string

It's the unique identifier of the call.

videoTrack?: StringeeVideoTrack | null

It's the StringeeCall2 video track. Use this property instead of uuid when rendering a track.

local?: boolean

Check whether the stream is local or remote:

scalingType?: StringeeVideoScalingType

Scaling type of stream, by default is fill.

style?: StyleProp<ViewStyle>

React Native view style. Explicit width and height are recommended.


Methods


reload(): void

Reload the native video view using the current props.