shareFileDownloadRequestInterceptor

fun shareFileDownloadRequestInterceptor(shareFileDownloadRequestInterceptor: Interceptor): ChatClient.Builder

Deprecated

Use CDN instead. Configure via ChatClient.Builder.cdn().

Sets a custom Interceptor that will be used to intercept file download requests for the purpose of sharing the file. Use this to add custom headers or modify the request in any way.

Parameters

shareFileDownloadRequestInterceptor

Your Interceptor implementation for the share file download call.