Participant constructor
Participant(
- String _id,
- String _name,
- int _textureId,
- MediaState _mediaState,
Implementation
Participant(this._id, this._name, this._textureId, this._mediaState);