Options
<WeavyProvider>
options
Option | Value | Default | Description |
---|---|---|---|
enableCloudFiles | boolean | true | If the cloud file picker should be available. |
reactions | string [] | A custom set of emoji (unicode) to use when reacting to a message. | |
zoomAuthenticationUrl | string | The url to the zoom authentication url. For more information see Zoom integration. |
Examples
<WeavyProvider client={weavyClient} options= >
<Messenger />
</WeavyProvider>
Fig 1. Setting options on the WeavyProvider component
<WeavyProvider client={weavyClient} options=>
<Chat uid="product_a"/>
</WeavyProvider>
Fig 2. Setting options on the WeavyProvider component