Fishjam Web SDK - v0.18.0
    Preparing search index...

    Sent to the peer after connecting to the WebRTC Endpoint.

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

    Properties

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