Participant
open class Participant
Content copied to clipboard
This class represents a participant in meeting.
- There is one local participant, the user of the Android device, plus one or more remote participants.
- Each participant has a unique id that is either the user's email address or the guest email address plus an sdk generated UUID.
- Each participant may have one or more video streams that are identified by unique streamIds. Remote participants have one audio stream, also identified by a unique streamId.