/AWS1/CL_KNVRESRCENDPTLISTITEM¶
An object that describes the endpoint of the signaling channel returned by the
GetSignalingChannelEndpoint API.
The media server endpoint will correspond to the WEBRTC Protocol.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_protocol TYPE /AWS1/KNVCHANNELPROTOCOL /AWS1/KNVCHANNELPROTOCOL¶
The protocol of the signaling channel returned by the
GetSignalingChannelEndpointAPI.
iv_resourceendpoint TYPE /AWS1/KNVRESOURCEENDPOINT /AWS1/KNVRESOURCEENDPOINT¶
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpointAPI.
Queryable Attributes¶
Protocol¶
The protocol of the signaling channel returned by the
GetSignalingChannelEndpointAPI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTOCOL() |
Getter for PROTOCOL, with configurable default |
ASK_PROTOCOL() |
Getter for PROTOCOL w/ exceptions if field has no value |
HAS_PROTOCOL() |
Determine if PROTOCOL has a value |
ResourceEndpoint¶
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpointAPI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEENDPOINT() |
Getter for RESOURCEENDPOINT, with configurable default |
ASK_RESOURCEENDPOINT() |
Getter for RESOURCEENDPOINT w/ exceptions if field has no va |
HAS_RESOURCEENDPOINT() |
Determine if RESOURCEENDPOINT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RESOURCEENDPOINTLIST¶
TYPES TT_RESOURCEENDPOINTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNVRESRCENDPTLISTITEM WITH DEFAULT KEY
.