mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(device_selection): Implement popup
This commit is contained in:
@@ -83,7 +83,7 @@ class DeviceSelector extends Component {
|
||||
return this._renderNoPermission();
|
||||
}
|
||||
|
||||
if (!this.props.devices.length) {
|
||||
if (!this.props.devices || !this.props.devices.length) {
|
||||
return this._renderNoDevices();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user