Instantiate a new instance of WebRTCConnector class.
const userInstance = await WebRTCConnector.create({ credentials: { interactiveNonce, interactivePublicKey, urlSlug, visitorId }, twilioConfig: {} });
Optional
options: WebRTCConnectorOptionalInterface
Usage