Connection constructor
Connection({})
Implementation
Connection(
{this.userId,
this.connectionType,
this.name,
this.audioEnabled,
this.videoEnabled,
MediaStream? stream})
: super(localStream: stream);