Your comments
Hello!
Please refer to this issue in the commercial department.
contact@iridiummobile.ru
Have you tried what I recommended above?
"This error is related to a device for sound input. Check whether you have the sound from the microphone on the computer. Try to change the sound quality in your microphone settings.
This is an example of using commands to receive video via SIP protocol SIP_Video_93_104 v3.irpz"
Can you send the log when working with SIP ?
Да, вы правы. Это опечатка. Спасибо за информацию!
Теперь работает и в iridium 3 Metro_Weather_iPad_Bugfix2 v3.irpz
Now it works in iRidium 3 Metro_Weather_iPad_Bugfix2 v3.irpz
Hello!
Maybe you mean your problem like this ?
https://iridiummobile.userecho.com/topics/8678-big-bug-in-latest-iridium-studio-editor/
Hello!
You can change only the script and the page Weather_Add_City. Nothing else was changed.
This error is related to a device for sound input. Check whether you have the sound from the microphone on the computer. Try to change the sound quality in your microphone settings.
This is an example of using commands to receive video via SIP protocol SIP_Video_93_104 v3.irpz
Customer support service by UserEcho
Здравствуйте!
У вас опрос переменных дня и недели идет только при старте проекта, дальше они не опрашиваются, т. е. если даже день сменился, то ваш проект об этом не узнает. Вам необходимо добавить периодический опрос данных переменных. Например:
IR.AddListener(IR.EVENT_START,0,function()
//Опрос раз в час
IR.SetInterval(3600000, function(){
if (IR.GetVariable("System.Date.DayOfWeek") == "5")
if (IR.GetVariable("System.Date.Day") == "1" || IR.GetVariable("System.Date.Day") == "15")
});