UNPKG

msg91-webrtc-call

Version:

**msg91-webrtc-call** is a lightweight JavaScript SDK that enables you to easily add peer-to-peer WebRTC audio/video calling functionality to your web applications using the MSG91 infrastructure.

4 lines (3 loc) 278 B
export declare function setEnvironment(env: "dev" | "test" | "prod"): void; export declare function getEnvironment(): "dev" | "test" | "prod"; export declare function getBaseURL(): "http://localhost:8080" | "https://dev-voice-api.rtlayer.com" | "https://voice-api.rtlayer.com";