LocalVideo constructor Null safety
Default constructor to create and instance of local video with given video state and texture id
Implementation
LocalVideo(this._isOn, this._textureId);
Default constructor to create and instance of local video with given video state and texture id
LocalVideo(this._isOn, this._textureId);