Type Alias MockRTCControlMessage

MockRTCControlMessage: {
    error: string;
    type: "error";
} | {
    id: string;
    type: "attach-external";
}