setIceConfig

fun setIceConfig(iceConfig: IceConfig?, listener: RequestListener? = null)

Allows for specifying custom TURN servers rather than only using Daily's default TURN servers.

The optional callback (listener) will be invoked either when the operation has completed, or if it encounters an error.

Errors will also be provided to the CallClientListener.onError callback.