Chat SDK for React Native 1.18.0
    Preparing search index...

    Class ChatRTCTokenInfo

    The ChatRTCTokenInfo class is used to store RTC Token information, including the user's Agora uid, the Token string, and the expiration timestamp.

    Index
    • Parameters

      • params: { expireTimeStamp: number; rtcToken: string; uid: number }

      Returns ChatRTCTokenInfo

    expireTimeStamp: number
    rtcToken: string
    uid: number