WebRTCApiProvider
Provides custom WebRTC API implementations for non-standard environments.
Use this when the standard browser WebRTC APIs are not available or need to be replaced (e.g., Citrix HDX, React Native, Electron).
Examples
Properties
mediaDevices
Custom media device access. Only the methods used by the SDK are required. See WebRTCMediaDevices.
RTCPeerConnection
Custom RTCPeerConnection constructor.