-
Notifications
You must be signed in to change notification settings - Fork 0
PhoneCall
Ajša Terko edited this page Feb 15, 2024
·
2 revisions
extends
Call
Returns the options this call was started with.
none
-
PhoneCallOptions
- Options that this call was started with.
let infobipRTC = createInfobipRtc('2e29c3a0-730a-4526-93ce-cda44556dab5', {debug: true});
let phoneCall = infobipRTC.callPhone('41793026727', PhoneCallOptions.builder().setFrom('33712345678').build());
console.log(`Call options: ${JSON.stringify(phoneCall.options())}`);