Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.09 KB

File metadata and controls

30 lines (23 loc) · 1.09 KB

CreateWebRtcConnectionRequest

Properties

Name Type Description Notes
type EndpointTypeEnum [default to undefined]
direction EndpointDirectionEnum [default to undefined]
eventCallbackUrl string The URL to send event callbacks to. [optional] [default to undefined]
eventFallbackUrl string The URL to send event fallbacks to. [optional] [default to undefined]
tag string A tag for the endpoint. [optional] [default to undefined]
connectionMetadata object [optional] [default to undefined]

Example

import { CreateWebRtcConnectionRequest } from 'bandwidth-sdk';

const instance: CreateWebRtcConnectionRequest = {
    type,
    direction,
    eventCallbackUrl,
    eventFallbackUrl,
    tag,
    connectionMetadata,
};

[Back to Model list] [Back to API list] [Back to README]