Search
Preparing search index...
The search index is not available
webrtc-conference-sdk - v2.7.5
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
webrtc-conference-sdk - v2.7.5
SDKConfig
Class SDKConfig<T, D>
Type parameters
T
:
IConferenceDeliveryClient
D
Hierarchy
SDKConfig
Index
Constructors
constructor
Properties
address
app
Key
client
disposable
Token
enable
Ack
env
Info
max
Client
Count
report
Helper
report
Log
socket
token
transport
Policy
user
Id
web
Socket
Auth
Type
web
Socket
Options
Methods
is
Available
update
Config
Constructors
constructor
new SDKConfig<T, D>
(
config
?:
Partial
<
SDKConfig
<
T
,
D
>
>
)
:
SDKConfig
<
T
,
D
>
Type parameters
T
:
IConferenceDeliveryClient
D
Parameters
Optional
config:
Partial
<
SDKConfig
<
T
,
D
>
>
Returns
SDKConfig
<
T
,
D
>
Properties
address
address
:
string
app
Key
app
Key
:
string
client
client
:
T
disposable
Token
disposable
Token
:
boolean
token是否只能创建一个client, 该参数决定client登出后是否会关闭WebSocket连接
enable
Ack
enable
Ack
:
boolean
是否开启ack 开启后将对需要ack响应的消息发送一条ack消息给cd
env
Info
env
Info
:
ServerInfo
max
Client
Count
max
Client
Count
:
number
report
Helper
report
Helper
:
LogReportHelper
report
Log
report
Log
:
boolean
socket
socket
:
D
token
token
:
string
transport
Policy
transport
Policy
:
RTCIceTransportPolicy
user
Id
user
Id
:
string
web
Socket
Auth
Type
web
Socket
Auth
Type
:
StompSocketAuthType
web
Socket
Options
web
Socket
Options
:
PlatformStandardWebSocketOptions
Methods
is
Available
is
Available
(
)
:
boolean
Returns
boolean
update
Config
update
Config
(
config
?:
Partial
<
SDKConfig
<
T
,
D
>
>
)
:
SDKConfig
<
T
,
D
>
Parameters
Optional
config:
Partial
<
SDKConfig
<
T
,
D
>
>
Returns
SDKConfig
<
T
,
D
>
Exports
SDKConfig
constructor
address
app
Key
client
disposable
Token
enable
Ack
env
Info
max
Client
Count
report
Helper
report
Log
socket
token
transport
Policy
user
Id
web
Socket
Auth
Type
web
Socket
Options
is
Available
update
Config
token是否只能创建一个client, 该参数决定client登出后是否会关闭WebSocket连接