pub fn DevicePickerMenu(props: DevicePickerMenuProps) -> impl IntoViewExpand description
§Required Props
- kind:
CaptureSourceKind- Whether this picker is for the camera or microphone slot.
- devices:
Vec<DeviceOptionView>- Device list — typically
fixtures::devices::sample_camera_options(). Ignored whenstate != Populated.
- Device list — typically
§Optional Props
- state:
DevicePickerState- Empty / permission-needed override.