projects/openvidu-components-angular/src/lib/models/participant.model.ts
Interface defining properties of a participant.
Properties |
|
colorProfile |
colorProfile:
|
Type : string
|
Optional |
The color profile associated with the participant. It specifies the visual representation of the participant in the user interface. |
participant |
participant:
|
Type : LocalParticipant | RemoteParticipant
|
The participant instance, which can be either a local participant or a remote participant. |
room |
room:
|
Type : Room
|
Optional |
The room in which the participant is located, applicable only for local participants. |