LiveProject/data/DeviceInfo.swift
@@ -4,12 +4,13 @@
//
//  Created by 倪路朋 on 6/26/25.
//
import SwiftUI
struct DeviceInfo : Hashable {
    let name:String
    let type:StreamType
    let deviceId:String;
    var icon : IconInfo? = nil;
    
    func hash(into hasher: inout Hasher){
        hasher.combine(deviceId)