VideoStreamState constructor
VideoStreamState({
- String streamId = '',
- int clientSessionId = 0,
- int trackId = 0,
- VideoStreamBegin? info,
Implementation
VideoStreamState({
this.streamId = '',
this.clientSessionId = 0,
this.trackId = 0,
this.info,
});