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