overrideExecutorAndDispatcher

fun overrideExecutorAndDispatcher(executorService: ExecutorService, dispatcher: CoroutineDispatcher)

Overrides how RTC thread calls are executed and dispatched.

This should absolutely not be used in production environments and is only to be used for testing.

Sources

SDK source
Link copied to clipboard