LocalVideo constructor Null safety

LocalVideo(
  1. bool _isOn,
  2. int _textureId
)

Default constructor to create and instance of local video with given video state and texture id

Implementation

LocalVideo(this._isOn, this._textureId);