Table of Contents

Interface IIpDeviceMonitor

Namespace
Huddly.Sdk
Assembly
Huddly.Sdk.dll
public interface IIpDeviceMonitor : IDeviceMonitor, IDisposable
Inherited Members

Methods

RestartDiscovery()

Restarts IP device discovery and heartbeat if the monitor is started.

Task RestartDiscovery()

Returns

Task

StopDiscovery()

Stops IP device discovery and heartbeat; then triggers DeviceDisconnected events for all connected devices. The monitor keeps its started state; discovery can be restarted with RestartDiscovery.

Task StopDiscovery()

Returns

Task