switch to different streaming mount point
Future<void> switchStream(int id) async { await send(data: {"request": "switch", "id": id}); }