public void SetDefaultDevice(int deviceType, string deviceName)
 {
     if (_meetingManager.IsServierStarted)
     {
         int result = MeetingAgent.SetDefaultDevice(deviceType, deviceName);
         Log.Logger.Debug($"SetDefaultDevice({deviceType},{deviceName}) result:{result}");
     }
 }