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. |
| fallbackName |
fallbackName:
|
Type : string
|
| Optional |
|
Fallback name used until the SDK participant name is available. |
| participant |
participant:
|
Type : LocalParticipant | RemoteParticipant
|
|
The participant instance, which can be either a local participant or a remote participant. |
| preferredNameResolver |
preferredNameResolver:
|
Type : function
|
| Optional |
|
Resolves the preferred display name for the participant. Used for local participants where the directive/token/storage priority must override SDK defaults. |
| room |
room:
|
Type : Room
|
| Optional |
|
The room in which the participant is located, applicable only for local participants. |