ACSLocalVideoStreamDelegate 프로토콜
선언
@protocol ACSLocalVideoStreamDelegate;
Description
중요한 이벤트에 대한 응답으로 ACSLocalVideoStream에서 호출되는 메서드 집합입니다.
메서드
onStateChanged
Application에 OutgoingVideoStreamState가 변경되었음을 알리는 이벤트를 등록합니다.
-(void)onStateChanged:(ACSLocalVideoStream *)sender :(ACSVideoStreamStateChangedEventArgs *)args {
매개 변수
sender
-args
-