Sent to all peers in the room after a new endpoint was added.

interface MediaEvent_EndpointAdded {
    endpointId: string;
    metadataJson: string;
}

Properties

endpointId: string
metadataJson: string