StringeeVideoTrackOption class
Represents the options for video track.
Constructors
StringeeVideoTrackOption({required bool audio, required bool video, required bool screen, StringeeVideoDimensions? videoDimension})
Create a new StringeeVideoTrackOption.
Properties
audio → bool
Whether the track has audio:
- true - has audio.
- false - doesn't have audio.
video → bool
Whether the track has video:
- true - has video.
- false - doesn't have video.
screen → bool
Whether the track is screen capture:
- true - is screen capture.
- false - isn't screen capture.
It's dimension of video track.