HMSTrack constructor Null safety
- {required HMSTrackKind kind,
- required HMSTrackSource source,
- required String trackId,
- required String trackDescription,
- HMSPeer? peer}
Implementation
const HMSTrack(
{required this.kind,
required this.source,
required this.trackId,
required this.trackDescription,
this.peer});