updateParticipant abstract method

void updateParticipant(
  1. RoomParticipant participant
)

Update participant info

Update the participant rendered by the view, switch to display the new participant's video stream.

  • participant : Participant info

Implementation

void updateParticipant(RoomParticipant participant);