Hello,
I’m trying to let the participant choose which media device it wants to use without using the prejoin directive but I’m having some trouble: If I set [prejoin]="false"
in the <ov-videoconference>
component and then join the session it’ll choose the first media device automatically. How can I make a custom selection for media devices? I’ve seen that is possible on openvidu-browser package but it’s not clear with openvidu-angular package.
Best regards