JRTCSDK-iOS v2401.0
视频客服 API 文档
载入中...
搜索中...
未找到
JRTCSystemPhoneCallback.h
1//
2// JRTCSystemPhoneCallback.h
3// JRTCSDKCallCenterDynamic
4//
5// Created by mirror on 2022/3/3.
6// Copyright © 2022 juphoon. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
12
16@protocol JRTCSystemPhoneCallback <NSObject>
17
24- (void)onSystemPhoneStateChanged:(SystemPhoneState)newState oldState:(SystemPhoneState)oldState;
25
26@end
27
SystemPhoneState
Definition: JRTCEnum.h:297