HMSPeer constructor Null safety
- {required String peerId,
- required String name,
- required bool isLocal,
- HMSRole? role,
- String? customerUserId,
- String? customerDescription,
- HMSAudioTrack? audioTrack,
- HMSVideoTrack? videoTrack,
- List<
HMSTrack> ? auxiliaryTracks}
Implementation
HMSPeer({
required this.peerId,
required this.name,
required this.isLocal,
this.role,
this.customerUserId,
this.customerDescription,
this.audioTrack,
this.videoTrack,
this.auxiliaryTracks,
});