AgoraRteError
v4.5.2
v4.5.2
v4.5.1
v4.5.0
v4.4.0
v4.3.2
v4.3.1
v4.3.0
v4.2.3
v4.2.2
该类提供了获取错误码和错误信息的方法。
Objective-C
__attribute__((visibility("default"))) @interface AgoraRteError : NSObject
- (AgoraRteErrorCode)code;
- (NSString * _Nullable)message;
@end
自从
v4.5.0