Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-client
RTCTokenInfo
Interface RTCTokenInfo
RTC token 信息。
interface
RTCTokenInfo
{
appId
:
string
;
rtcToken
:
string
;
channelName
:
string
;
rtcUid
:
number
;
expireAt
:
number
;
}
Index
Properties
app
Id
rtc
Token
channel
Name
rtc
Uid
expire
At
Properties
Readonly
app
Id
appId
:
string
RTC App ID。
Readonly
rtc
Token
rtcToken
:
string
RTC 入会 token。
Readonly
channel
Name
channelName
:
string
RTC 频道名。
Readonly
rtc
Uid
rtcUid
:
number
当前用户的 RTC UID。
Readonly
expire
At
expireAt
:
number
RTC token 过期时间戳,单位毫秒。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
Id
rtc
Token
channel
Name
rtc
Uid
expire
At
IM SDK Web API 文档
Loading...
RTC token 信息。