Preparing search index...
The search index is not available
@zoom/rivet
@zoom/rivet
Video SDK
VideoSdkClient
Class VideoSdkClient<ReceiverType, OptionsType>
Type Parameters
ReceiverType
extends
Receiver
=
HttpReceiver
OptionsType
extends
CommonClientOptions
<
JwtAuth
,
ReceiverType
>
=
VideoSdkOptions
<
ReceiverType
>
Hierarchy
ProductClient
<
JwtAuth
,
VideoSdkEndpoints
,
VideoSdkEventProcessor
,
OptionsType
,
ReceiverType
,
>
VideoSdkClient
Index
Constructors
constructor
Properties
endpoints
web
Event
Consumer
Methods
start
Constructors
constructor
new
VideoSdkClient
<
ReceiverType
extends
Receiver
=
HttpReceiver
,
OptionsType
extends
CommonClientOptions
<
JwtAuth
,
ReceiverType
>
=
VideoSdkOptions
<
ReceiverType
,
>
,
>
(
options
:
ClientConstructorOptions
<
JwtAuth
,
OptionsType
,
ReceiverType
>
,
)
:
VideoSdkClient
<
ReceiverType
,
OptionsType
>
Type Parameters
ReceiverType
extends
Receiver
=
HttpReceiver
OptionsType
extends
CommonClientOptions
<
JwtAuth
,
ReceiverType
>
=
VideoSdkOptions
<
ReceiverType
>
Parameters
options
:
ClientConstructorOptions
<
JwtAuth
,
OptionsType
,
ReceiverType
>
Returns
VideoSdkClient
<
ReceiverType
,
OptionsType
>
Properties
Readonly
endpoints
endpoints
:
VideoSdkEndpoints
Readonly
web
Event
Consumer
webEventConsumer
:
VideoSdkEventProcessor
Methods
start
start
(
this
:
IsReceiverDisabled
<
OptionsType
>
extends
true
?
never
:
VideoSdkClient
<
ReceiverType
,
OptionsType
>
,
)
:
Promise
<
ReturnType
<
ReceiverType
[
"start"
]
>
>
Parameters
this
:
IsReceiverDisabled
<
OptionsType
>
extends
true
?
never
:
VideoSdkClient
<
ReceiverType
,
OptionsType
>
Returns
Promise
<
ReturnType
<
ReceiverType
[
"start"
]
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
endpoints
web
Event
Consumer
Methods
start
@zoom/rivet
Loading...