ACSDeviceManagerDelegate Protocol

Declaration

@protocol ACSDeviceManagerDelegate;

Description

A set of methods that are called by ACSDeviceManager in response to important events.

Methods

onCamerasUpdated

CamerasUpdated Event. Occurs when the video devices are added or removed on the current DeviceManager

-(void)onCamerasUpdated:(ACSDeviceManager *)sender :(ACSVideoDevicesUpdatedEventArgs *)args {

Parameters

  • sender - The DeviceManger object whose video devices has been updated.
  • args - Information about the video devices updated.