ACSLocalVideoStreamDelegate 通訊協定
宣告
@protocol ACSLocalVideoStreamDelegate;
Description
ACSLocalVideoStream 為了回應重要事件而呼叫的一組方法。
方法
onStateChanged
註冊事件,通知應用程式 OutgoingVideoStreamState 已變更。
-(void)onStateChanged:(ACSLocalVideoStream *)sender :(ACSVideoStreamStateChangedEventArgs *)args {
參數
sender
-args
-