public static interface SingleMasterChannelEndpointConfiguration.Builder extends SdkPojo, CopyableBuilder<SingleMasterChannelEndpointConfiguration.Builder,SingleMasterChannelEndpointConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SingleMasterChannelEndpointConfiguration.Builder |
protocols(ChannelProtocol... protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
protocols(Collection<ChannelProtocol> protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
protocolsWithStrings(Collection<String> protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
protocolsWithStrings(String... protocols)
This property is used to determine the nature of communication over this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
role(ChannelRole role)
This property is used to determine messaging permissions in this
SINGLE_MASTER signaling
channel. |
SingleMasterChannelEndpointConfiguration.Builder |
role(String role)
This property is used to determine messaging permissions in this
SINGLE_MASTER signaling
channel. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSingleMasterChannelEndpointConfiguration.Builder protocolsWithStrings(Collection<String> protocols)
This property is used to determine the nature of communication over this SINGLE_MASTER signaling
channel. If WSS is specified, this API returns a websocket endpoint. If HTTPS is
specified, this API returns an HTTPS endpoint.
protocols - This property is used to determine the nature of communication over this SINGLE_MASTER
signaling channel. If WSS is specified, this API returns a websocket endpoint. If
HTTPS is specified, this API returns an HTTPS endpoint.SingleMasterChannelEndpointConfiguration.Builder protocolsWithStrings(String... protocols)
This property is used to determine the nature of communication over this SINGLE_MASTER signaling
channel. If WSS is specified, this API returns a websocket endpoint. If HTTPS is
specified, this API returns an HTTPS endpoint.
protocols - This property is used to determine the nature of communication over this SINGLE_MASTER
signaling channel. If WSS is specified, this API returns a websocket endpoint. If
HTTPS is specified, this API returns an HTTPS endpoint.SingleMasterChannelEndpointConfiguration.Builder protocols(Collection<ChannelProtocol> protocols)
This property is used to determine the nature of communication over this SINGLE_MASTER signaling
channel. If WSS is specified, this API returns a websocket endpoint. If HTTPS is
specified, this API returns an HTTPS endpoint.
protocols - This property is used to determine the nature of communication over this SINGLE_MASTER
signaling channel. If WSS is specified, this API returns a websocket endpoint. If
HTTPS is specified, this API returns an HTTPS endpoint.SingleMasterChannelEndpointConfiguration.Builder protocols(ChannelProtocol... protocols)
This property is used to determine the nature of communication over this SINGLE_MASTER signaling
channel. If WSS is specified, this API returns a websocket endpoint. If HTTPS is
specified, this API returns an HTTPS endpoint.
protocols - This property is used to determine the nature of communication over this SINGLE_MASTER
signaling channel. If WSS is specified, this API returns a websocket endpoint. If
HTTPS is specified, this API returns an HTTPS endpoint.SingleMasterChannelEndpointConfiguration.Builder role(String role)
This property is used to determine messaging permissions in this SINGLE_MASTER signaling
channel. If MASTER 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. If VIEWER is
specified, this API returns an endpoint that a client can use only to send offers to another
MASTER client on this signaling channel.
role - This property is used to determine messaging permissions in this SINGLE_MASTER signaling
channel. If MASTER 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. If
VIEWER is specified, this API returns an endpoint that a client can use only to send
offers to another MASTER client on this signaling channel.ChannelRole,
ChannelRoleSingleMasterChannelEndpointConfiguration.Builder role(ChannelRole role)
This property is used to determine messaging permissions in this SINGLE_MASTER signaling
channel. If MASTER 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. If VIEWER is
specified, this API returns an endpoint that a client can use only to send offers to another
MASTER client on this signaling channel.
role - This property is used to determine messaging permissions in this SINGLE_MASTER signaling
channel. If MASTER 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. If
VIEWER is specified, this API returns an endpoint that a client can use only to send
offers to another MASTER client on this signaling channel.ChannelRole,
ChannelRoleCopyright © 2023. All rights reserved.