Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
platform/types
SocketAdapter
Interface SocketAdapter
Socket 建连适配器。
interface
SocketAdapter
{
connect
(
config
:
SocketConnectConfig
)
:
Promise
<
SocketLike
>
;
}
Index
Methods
connect
Methods
connect
connect
(
config
:
SocketConnectConfig
)
:
Promise
<
SocketLike
>
建立 Socket 连接。
Parameters
config
:
SocketConnectConfig
Returns
Promise
<
SocketLike
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
connect
IM SDK Web API 文档
Loading...
Socket 建连适配器。