Options
<WeavyProvider>
options
Option | Value | Default | Description |
---|---|---|---|
enableCloudFiles | boolean | true | If the Cloud file picker should be available |
reactions | string [] | A custom set of available emojis (unicode) to use when reacting to a message | |
zoomAuthenticationUrl | string | The url to the zoom authorize endpoint For more information how to setup Zoom integration, please visit this article |
<MessengerProvider>
options
Note! These options can also be set on the Messenger
component.
Option | Value | Default | Description |
---|---|---|---|
reactions | string [] | [] | A custom set of omojis in unicode to use when reacting to a message |
Examples
<WeavyProvider client={weavyClient} options= >
<Messenger />
</WeavyProvider>
Fig 1. Setting options on the WeavyProvider component
<WeavyProvider client={weavyClient} options=>
<Chat id="product_a"/>
</WeavyProvider>
Fig 2. Setting options on the WeavyProvider component