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

Type: System.String

The path to devices.

Saves devices.
Syntax
public void SaveWebRTCDevices( 
   string path
)

Parameters

path

Type: System.String

The path to devices.

Example
The following example uses the SaveWebRTCDevices method.
// save devices
instance.SaveWebRTCDevices("path");
// save devices
$instance->SaveWebRTCDevices("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
LoadWebRTCDevices Method