Webrtc
WebrtcSessions
WebRTC Call Handling
Creates voice and/or video session
Get the media session information
Cancel or Terminate the media session
Update the status of the media session
ModelsExpand Collapse
MediaSessionInformation object { answer, callType, locationDetails, 7 more }
OFFER: An inlined session description in SDP format [RFC4566].If XML syntax
is used, the content of this element SHALL be embedded in a CDATA
section.
ANSWER: This type represents an answer in WebRTC Signaling. This element is not
present in case there is no answer yet, or the session invitation has
been declined by the Terminating Participant.This element MUST NOT be
present in a request from the application to the server to create a
session.
OFFER: An inlined session description in SDP format [RFC4566].If XML syntax is used, the content of this element SHALL be embedded in a CDATA section.
ANSWER: This type represents an answer in WebRTC Signaling. This element is not present in case there is no answer yet, or the session invitation has been declined by the Terminating Participant.This element MUST NOT be present in a request from the application to the server to create a session.
callType: optional "REGULAR" or "EMERGENCY"Type of call. When set to EMERGENCY, the client MAY provide locationDetails. If omitted, treated as REGULAR.
Type of call. When set to EMERGENCY, the client MAY provide locationDetails. If omitted, treated as REGULAR.
Details about the caller’s location and related information. This object adheres to 3GPP TS 24.229, RFC 4119, RFC 5139, and RFC 5491 for PIDF-LO compatibility.
Details about the caller’s location and related information. This object adheres to 3GPP TS 24.229, RFC 4119, RFC 5139, and RFC 5491 for PIDF-LO compatibility.
coordinates: optional WebRtcCircleCoordinates { latitude, longitude, radius } or WebRtcEllipsoidCoordinates { latitude, longitude, orientation, 4 more } The coordinates of the caller’s location, specific to the chosen shape.
The coordinates of the caller’s location, specific to the chosen shape.
method: optional "GPS" or "DBH" or "DBH_HELO" or "Other"The method used to obtain the location information.
- GPS: Global Positioning System (highly accurate)
- DBH: Device-Based Hybrid
- DBH_HELO: Device-Based Hybrid using Apple Hybridized Emergency Location
- Other: Other methods (e.g., landmarks, IP Based etc.)
The method used to obtain the location information.
- GPS: Global Positioning System (highly accurate)
- DBH: Device-Based Hybrid
- DBH_HELO: Device-Based Hybrid using Apple Hybridized Emergency Location
- Other: Other methods (e.g., landmarks, IP Based etc.)
The media session ID created by the network. The mediaSessionId shall not be included in POST requests by the client, but must be included in the notifications from the network to the client device.
OFFER: An inlined session description in SDP format [RFC4566].If XML syntax
is used, the content of this element SHALL be embedded in a CDATA
section.
ANSWER: This type represents an answer in WebRTC Signaling. This element is not
present in case there is no answer yet, or the session invitation has
been declined by the Terminating Participant.This element MUST NOT be
present in a request from the application to the server to create a
session.
OFFER: An inlined session description in SDP format [RFC4566].If XML syntax is used, the content of this element SHALL be embedded in a CDATA section.
ANSWER: This type represents an answer in WebRTC Signaling. This element is not present in case there is no answer yet, or the session invitation has been declined by the Terminating Participant.This element MUST NOT be present in a request from the application to the server to create a session.
SdpDescriptor object { sdp } OFFER: An inlined session description in SDP format [RFC4566].If XML syntax
is used, the content of this element SHALL be embedded in a CDATA
section.
ANSWER: This type represents an answer in WebRTC Signaling. This element is not
present in case there is no answer yet, or the session invitation has
been declined by the Terminating Participant.This element MUST NOT be
present in a request from the application to the server to create a
session.
OFFER: An inlined session description in SDP format [RFC4566].If XML syntax is used, the content of this element SHALL be embedded in a CDATA section.
ANSWER: This type represents an answer in WebRTC Signaling. This element is not present in case there is no answer yet, or the session invitation has been declined by the Terminating Participant.This element MUST NOT be present in a request from the application to the server to create a session.
WebRtcLocationDetails object { confidence, coordinates, method, 2 more } Details about the caller’s location and related information. This object adheres to 3GPP TS 24.229, RFC 4119, RFC 5139, and RFC 5491 for PIDF-LO compatibility.
Details about the caller’s location and related information. This object adheres to 3GPP TS 24.229, RFC 4119, RFC 5139, and RFC 5491 for PIDF-LO compatibility.
coordinates: optional WebRtcCircleCoordinates { latitude, longitude, radius } or WebRtcEllipsoidCoordinates { latitude, longitude, orientation, 4 more } The coordinates of the caller’s location, specific to the chosen shape.
The coordinates of the caller’s location, specific to the chosen shape.
method: optional "GPS" or "DBH" or "DBH_HELO" or "Other"The method used to obtain the location information.
- GPS: Global Positioning System (highly accurate)
- DBH: Device-Based Hybrid
- DBH_HELO: Device-Based Hybrid using Apple Hybridized Emergency Location
- Other: Other methods (e.g., landmarks, IP Based etc.)
The method used to obtain the location information.
- GPS: Global Positioning System (highly accurate)
- DBH: Device-Based Hybrid
- DBH_HELO: Device-Based Hybrid using Apple Hybridized Emergency Location
- Other: Other methods (e.g., landmarks, IP Based etc.)