pub async fn broadcast_binary(room_id: &str, event: &str, message: Vec<u8>)
Broadcast a binary message to all clients connected to a room.