You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- DeviceManager.getSpeakers() (If the device supports speaker enumeration)
77
77
78
-
The value of name field in the result object will be an empty string. This issue will not affect the function of streaming in the video call but the application users won't be able to know the camera label they select for sending the video.
78
+
The value of name field in the result object will be an empty string. This issue won't affect the function of streaming in the video call but the application users won't be able to know the camera label they select for sending the video.
79
79
To provide a better UI experience, you can use the following workaround in the web application to get device labels and map the label by `deviceId`.
80
80
81
81
Although we can't get device labels from MediaDevices.enumerateDevices(), we can get the label from MediaStreamTrack.
0 commit comments