public void ShowWebRTCDevice( WebRtcDeviceItem device )
Parameters
- device
Type: ZennoLab.CommandCenter.WebRtcDeviceItem
WebRtcDevice object for showing. If it not exist in devices collection, it will be added to colllection.
Type: ZennoLab.CommandCenter.WebRtcDeviceItem
WebRtcDevice object for showing. If it not exist in devices collection, it will be added to colllection.
public void ShowWebRTCDevice( WebRtcDeviceItem device )
Type: ZennoLab.CommandCenter.WebRtcDeviceItem
WebRtcDevice object for showing. If it not exist in devices collection, it will be added to colllection.
// create device item var device = new ZennoLab.CommandCenter.WebRtcDeviceItem("WebRtcDevice name", "{0.0.0.00000000}" + Guid.NewGuid().ToString("B"), ZennoLab.InterfacesLibrary.Enums.Browser.WebRtcDeviceKind.Video); // add and show device instance.ShowWebRTCDevice(device);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.