LocalParticipant constructor

LocalParticipant({
  1. required RoomClient client,
  2. required String id,
})

Implementation

LocalParticipant({required super.client, required super.id});