RemoteParticipant constructor
const
RemoteParticipant({})
Implementation
const RemoteParticipant({
required this.id,
required this.name,
this.info = const {},
this.streams = const [],
});
const RemoteParticipant({
required this.id,
required this.name,
this.info = const {},
this.streams = const [],
});