'How to set output device when building a video conference call with Agora
I'm currently working on a project using Agora to build a video conference call and was wondering how I would set output devices? Other examples of this I've seen only change local tracks from their Video tag with .setSinkID but Ive had no luck trying to use this.
Solution 1:[1]
I'm assuming you're using the Web SDK. You can call the setPlaybackDevice method on each track along with the output Device ID, which can be retrieved by calling getPlaybackDevices.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ekaansh Arora |
