宣言
@protocol ACSMediaStatisticsCallFeatureDelegate;
Description
重要なイベントに応答して ACSMediaStatisticsCallFeature によって呼び出される一連のメソッド。
Methods
onReportReceived(レポート受信)
メディア統計測定を報告するためのイベント
-(void)onReportReceived:(ACSMediaStatisticsCallFeature *)sender :(ACSMediaStatisticsReportReceivedEventArgs *)args {
パラメーター
sender-args-