Preparing search index...
The search index is not available
@zoom/rivet
@zoom/rivet
Team Chat
TeamChatClient
Class TeamChatClient<ReceiverType, OptionsType>
Type Parameters
ReceiverType
extends
Receiver
=
HttpReceiver
OptionsType
extends
CommonClientOptions
<
OAuth
,
ReceiverType
>
=
TeamChatOptions
<
ReceiverType
>
Hierarchy
ProductClient
<
OAuth
,
TeamChatEndpoints
,
TeamChatEventProcessor
,
OptionsType
,
ReceiverType
,
>
TeamChatClient
Index
Constructors
constructor
Properties
endpoints
web
Event
Consumer
Methods
start
Constructors
constructor
new
TeamChatClient
<
ReceiverType
extends
Receiver
=
HttpReceiver
,
OptionsType
extends
AuthOptions
<
OAuthToken
>
&
object
&
(
(object | WideInstallerOptions) & { disableReceiver?: boolean; logger?: Logger; logLevel?: LogLevel; }
)
=
TeamChatOptions
<
ReceiverType
>
,
>
(
options
:
ClientConstructorOptions
<
OAuth
,
OptionsType
,
ReceiverType
>
,
)
:
TeamChatClient
<
ReceiverType
,
OptionsType
>
Type Parameters
ReceiverType
extends
Receiver
=
HttpReceiver
OptionsType
extends
AuthOptions
<
OAuthToken
>
&
object
&
(
(object | WideInstallerOptions) & { disableReceiver?: boolean; logger?: Logger; logLevel?: LogLevel; }
) =
TeamChatOptions
<
ReceiverType
>
Parameters
options
:
ClientConstructorOptions
<
OAuth
,
OptionsType
,
ReceiverType
>
Returns
TeamChatClient
<
ReceiverType
,
OptionsType
>
Properties
Readonly
endpoints
endpoints
:
TeamChatEndpoints
Readonly
web
Event
Consumer
webEventConsumer
:
TeamChatEventProcessor
Methods
start
start
(
this
:
IsReceiverDisabled
<
OptionsType
>
extends
true
?
never
:
TeamChatClient
<
ReceiverType
,
OptionsType
>
,
)
:
Promise
<
ReturnType
<
ReceiverType
[
"start"
]
>
>
Parameters
this
:
IsReceiverDisabled
<
OptionsType
>
extends
true
?
never
:
TeamChatClient
<
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...