AgoraRtcConnection
包含连接信息的类。
Objective-C
__attribute__((visibility("default"))) @interface AgoraRtcConnection: NSObject <NSCopying>
@property (nonatomic, copy) NSString *_Nonnull channelId;
@property (nonatomic, assign) NSUInteger localUid;
@end
channelId
频道名。
localUid
本地用户 ID。