We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c64141 commit 95e0dceCopy full SHA for 95e0dce
1 file changed
src/BootstrapBlazor.Server/Components/Samples/VideoDevices.razor
@@ -21,16 +21,6 @@ private IBluetooth? BluetoothService { get; set; }</Pre>
21
<div class="col-12">
22
<Select Items="@_items" @bind-Value="_deviceId" DisplayText="Devices" ShowLabel="true"></Select>
23
</div>
24
- @foreach (var device in _devices)
25
- {
26
- <div class="col-12">
27
- <div>
28
- <div>DeviceId: @device.DeviceId</div>
29
- <div>DeviceId: @device.GroupId</div>
30
- <div>DeviceId: @device.Label</div>
31
- </div>
32
33
- }
34
35
36
<video class="bb-video" muted playsinline autoplay></video>
0 commit comments