Sent to the peer after connecting to the WebRTC Endpoint.

interface MediaEvent_Connected {
    endpointId: string;
    endpointIdToEndpoint: { [key: string]: MediaEvent_Endpoint };
    iceServers: MediaEvent_IceServer[];
}

Properties

endpointId: string
endpointIdToEndpoint: { [key: string]: MediaEvent_Endpoint }
iceServers: MediaEvent_IceServer[]