ACSLocalOutgoingAudioStreamDelegate Protocol

Declaration

@protocol ACSLocalOutgoingAudioStreamDelegate;

Description

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

Methods

onStateChanged

An event that occurs when a given audio stream state changes.

-(void)onStateChanged:(ACSLocalOutgoingAudioStream *)sender :(ACSAudioStreamStateChangedEventArgs *)args {

Parameters

  • sender -
  • args -