projects/openvidu-components-angular/src/lib/directives/api/videoconference.directive.ts
The livekitUrl directive sets the livekitUrl to grant a participant access to a Room. This Livekit Url will be use by each participant when connecting to a Room.
It is only available for VideoconferenceComponent.
Default: ""
<ov-videoconference [livekitUrl]="http://localhost:1234"></ov-videoconference>
OnDestroy
Selector | ov-videoconference[livekitUrl] |