ZennoLab Assemblies Documentation
WebRTCWorkMode Property
Example 
ZennoLab.CommandCenter Namespace > Instance Class : WebRTCWorkMode Property
Gets or set the information about webrtc working mode. The property needs isolated process, because it is applied to all instances in the process.
Syntax
public WebRTCMode WebRTCWorkMode {get; set;}

Property Value

Type: ZennoLab.InterfacesLibrary.Enums.Browser.WebRTCMode

WebRtc working mode.

Remarks

Example
The following code example demonstrates uses of the WebRTCWorkMode method.
instance.WebRTCWorkMode = ZennoLab.InterfacesLibrary.Enums.Browser.WebRTCMode.Emulate;
instance.SetWebRTCAdresses("127.0.0.1");
Requirements

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

See Also

Reference

Instance Class
Instance Members