LocalParticipant constructor
LocalParticipant({
- required RoomClient client,
- required String id,
Implementation
LocalParticipant({required super.client, required super.id});