Chat SDK for React Native 1.14.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

    Constructors

    Properties

    Constructors

    • Parameters

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

      Returns ChatRTCTokenInfo

    Properties

    expireTimeStamp: number
    rtcToken: string
    uid: number