UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

13 lines 366 B
export class IncomingApplicationCallEvent { constructor(_incomingCall, _customData) { this._incomingCall = _incomingCall; this._customData = _customData; } get incomingCall() { return this._incomingCall; } get customData() { return this._customData; } } //# sourceMappingURL=IncomingApplicationCallEvent.js.map