ZennoLab Assemblies Documentation
LoadWebRTCDevices(String) Method
Example 
ZennoLab.CommandCenter Namespace > Instance Class > LoadWebRTCDevices Method : LoadWebRTCDevices(String) Method

Type: System.String

The path to devices.

Loads devices.
Syntax
public void LoadWebRTCDevices( 
   string path
)

Parameters

path

Type: System.String

The path to devices.

Example
The following example uses the LoadWebRTCDevices method.
// load devices
instance.LoadWebRTCDevices("path");
// load devices
$instance->LoadWebRTCDevices("path");
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Instance Class
Instance Members
Overload List
GetWebRTCDevices Method
ShowWebRTCDevice Method
ShowWebRTCDevice Method
SaveWebRTCDevices Method