Type alias P2PRoomInit

P2PRoomInit: RoomInitBase & {
    type: "p2p";
}

Type declaration

  • type: "p2p"

Generated using TypeDoc