Type alias MockRTCControlMessage

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

Type declaration

  • error: string
  • type: "error"

Type declaration

  • id: string
  • type: "attach-external"

Generated using TypeDoc