mirror of
https://github.com/pion/mediadevices.git
synced 2025-09-28 05:12:15 +08:00
Added Name in driver.Info to Microphone driver
This commit is contained in:

committed by
Atsushi Watanabe

parent
e64f0d8697
commit
09f6bdeac4
@@ -68,6 +68,7 @@ func Initialize() {
|
|||||||
Label: device.ID.String(),
|
Label: device.ID.String(),
|
||||||
DeviceType: driver.Microphone,
|
DeviceType: driver.Microphone,
|
||||||
Priority: priority,
|
Priority: priority,
|
||||||
|
Name: info.Name(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user