projects/openvidu-angular/src/lib/models/participant.model.ts
Properties |
connected |
connected:
|
Type : boolean
|
Whether the stream is available or not |
connectionId |
connectionId:
|
Type : string
|
Unique identifier of the stream |
participant |
participant:
|
Type : ParticipantAbstractModel
|
Optional |
The participant object |
streamManager |
streamManager:
|
Type : StreamManager
|
The streamManager object from openvidu-browser library.https://docs.openvidu.io/en/2.27.0/api/openvidu-browser/classes/StreamManager.html |
type |
type:
|
Type : VideoType
|
The stream type.VideoType |
videoEnlarged |
videoEnlarged:
|
Type : boolean
|
Whether the stream is enlarged or not |