文档中心/本页总览RtcConnection包含连接信息的类。 TypeScriptexport class RtcConnection { channelId?: string; localUid?: number;} channelId 频道名。 localUid 本地用户 ID。