This repository was archived by the owner on May 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
PhoneEndpoint
Adnan Arnautović edited this page Jan 26, 2023
·
1 revision
extends
Endpoint
Creates a new instance of PhoneEndpoint
.
none
none
let phoneEndpoint = new PhoneEndpoint();
phoneEndpoint.phoneNumber = "phoneNumber";
console.log(`This endpoints identifier is: ${phoneEndpoint.identifier()} and the display identifier is: ${phoneEndpoint.displayIdentifier()`);
- InfobipRTC
- Call
- IncomingCall
- OutgoingCall
- CallOptions
- CallOptionsBuilder
- RecordingOptions
- RecordingOptionsBuilder
- VideoOptions
- VideoOptionsBuilder
- CameraOrientation
- CallPhoneNumberOptions
- CallPhoneNumberOptionsBuilder
- DeclineOptions
- DeclineOptionsBuilder
- CallStatus
- HangupStatus
- User
- IncomingCallEvent
- Conference
- ConferenceOptions
- ConferenceOptionsBuilder
- ConferenceUser
- NetworkQuality
-
ApplicationCall
-
IncomingApplicationCall
-
ApplicationCallApiEvents
-
IncomingApplicationCallEvent
-
Participant
-
State
-
Media
-
Audio
-
Endpoint
-
EndpointType
-
WebrtcEndpoint
-
PhoneEndpoint
-
SipEndpoint
-
AudioOptions
-
AudioOptionsBuilder
-
AudioFilter
-
AudioFilterFactory
-
VideoFilter
-
VideoFilterFactory