SingleMasterChannelEndpointConfiguration
An object that contains the endpoint configuration for the SINGLE_MASTER
channel type.
Contents
- Protocols
-
This property is used to determine the nature of communication over this
SINGLE_MASTER
signaling channel. IfWSS
is specified, this API returns a websocket endpoint. IfHTTPS
is specified, this API returns anHTTPS
endpoint.Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Valid Values:
WSS | HTTPS | WEBRTC
Required: No
- Role
-
This property is used to determine messaging permissions in this
SINGLE_MASTER
signaling channel. IfMASTER
is specified, this API returns an endpoint that a client can use to receive offers from and send answers to any of the viewers on this signaling channel. IfVIEWER
is specified, this API returns an endpoint that a client can use only to send offers to anotherMASTER
client on this signaling channel.Type: String
Valid Values:
MASTER | VIEWER
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: