projects/openvidu-components-angular/src/lib/directives/api/videoconference.directive.ts
The participantName directive sets the participant name. It can be useful for aplications which doesn't need the prejoin page.
It is only available for VideoconferenceComponent.
Example :<ov-videoconference [participantName]="'OpenVidu'"></ov-videoconference>
OnInit
Selector | ov-videoconference[participantName] |