1
2
3
4
5
6
7
8
9
10
11
//
//  MuteState.swift
//  LiveProject
//
//  Created by 倪路朋 on 7/5/25.
//
 
 
enum MuteState {
    case MUTE,UN_MUTE
}