infobip-rtc
Version:
Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation
10 lines • 507 B
JavaScript
export var InfobipRTCEvent;
(function (InfobipRTCEvent) {
InfobipRTCEvent["CONNECTED"] = "connected";
InfobipRTCEvent["RECONNECTING"] = "reconnecting";
InfobipRTCEvent["RECONNECTED"] = "reconnected";
InfobipRTCEvent["DISCONNECTED"] = "disconnected";
InfobipRTCEvent["INCOMING_APPLICATION_CALL"] = "incoming-application-call";
InfobipRTCEvent["INCOMING_WEBRTC_CALL"] = "incoming-webrtc-call";
})(InfobipRTCEvent || (InfobipRTCEvent = {}));
//# sourceMappingURL=InfobipRTCEvents.js.map