interface AliRtcAuthInfo {
    appId: string;
    callid?: string;
    channelId: string;
    nonce?: string;
    role?: AliRtcSdkTokenRole;
    timestamp: number;
    token: string;
    userId: string;
}

Properties

appId: string

应用ID

callid?: string

会议id

channelId: string

频道ID

nonce?: string

随机串

role?: AliRtcSdkTokenRole

角色鉴权值

timestamp: number

时间戳

token: string

令牌

userId: string

用户ID