WebRtcClientEngineFactory

Client engine factory interface, used in engine implementations.

Platform-specific WebRTC implementations provide their own factory implementing this interface, allowing the creation of appropriate WebRtcEngine instances with platform-specific configurations.

Parameters

T

expected engine-specific configuration class that extends WebRtcConfig

Inheritors

Functions

Link copied to clipboard
abstract fun create(block: T.() -> Unit): WebRtcEngine