Skip to content

/AWS1/CL_CNPCREPARTICIPANTCX01

CreateParticipantConnectionResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

io_websocket TYPE REF TO /AWS1/CL_CNPWEBSOCKET /AWS1/CL_CNPWEBSOCKET

Creates the participant's websocket connection.

io_connectioncredentials TYPE REF TO /AWS1/CL_CNPCONNECTIONCREDS /AWS1/CL_CNPCONNECTIONCREDS

Creates the participant's connection credentials. The authentication token associated with the participant's connection.

io_webrtcconnection TYPE REF TO /AWS1/CL_CNPWEBRTCCONNECTION /AWS1/CL_CNPWEBRTCCONNECTION

Creates the participant's WebRTC connection data required for the client application (mobile application or website) to connect to the call.


Queryable Attributes

Websocket

Creates the participant's websocket connection.

Accessible with the following methods

Method Description
GET_WEBSOCKET() Getter for WEBSOCKET

ConnectionCredentials

Creates the participant's connection credentials. The authentication token associated with the participant's connection.

Accessible with the following methods

Method Description
GET_CONNECTIONCREDENTIALS() Getter for CONNECTIONCREDENTIALS

WebRTCConnection

Creates the participant's WebRTC connection data required for the client application (mobile application or website) to connect to the call.

Accessible with the following methods

Method Description
GET_WEBRTCCONNECTION() Getter for WEBRTCCONNECTION