Sent when metadata of one of the endpoints was updated

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

Properties

endpointId: string
metadataJson: string