projects/openvidu-angular/src/lib/models/participant.model.ts
Properties |
constructor(props: ParticipantProperties, model?: StreamModel)
|
|||||||||
|
Parameters :
|
| colorProfile |
Type : string
|
| id |
Type : string
|
| isMutedForcibly |
Type : boolean
|
| local |
Type : boolean
|
| nickname |
Type : string
|
| streams |
Type : Map<VideoType | StreamModel>
|
Default value : new Map()
|