You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Daniel Baker <in...@collisiondetection.biz> on 2021/02/07 17:15:31 UTC

camera and audio not showing - not allowed permission denied

OpenMeetings
Version 5.1.0
Revision 6691181
Build date  2020-12-01T15:49:37Z



Windows 10 and Ubuntu  show same  error in browser :












openmeetings log  shows :











  Incoming message from user with ID '2': {"type":" 
kurento","id":"broadcastRestarted","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3"}
DEBUG 02-06 11:50:24.452 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-4] 
- Incoming message from user with ID '2': {"type":" 
kurento","id":"devicesAltered","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3","audio":false,"video":false}
DEBUG 02-06 11:50:24.507 o.a.o.d.d.r.PollDao:104 [Thread-60] - :: 
hasPoll :: 13
DEBUG 02-06 11:50:24.508 o.a.o.d.d.r.PollDao:98 [Thread-60] - :: 
getArchived :: 13
DEBUG 02-06 11:50:42.602 o.a.o.w.c.OmWebSocketPanel:129 
[nio-5443-exec-1] - Sending WebSocket PING
DEBUG 02-06 11:51:03.414 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-2] 
- Incoming message from user with ID '2': {"type":" 
kurento","id":"toggleActivity","activity":"VIDEO"}
  INFO 02-06 11:51:03.415 o.a.o.c.r.StreamProcessor:251 
[nio-5443-exec-2] - PARTICIPANT Client 
[uid=e8fd9e93-5b50-4958-84dd-                   841d97e20bc7, 
sessionId=C43D51F419615F396CE97B54C61BED93, pageId=3, userId=2, room=13, 
rights=[SUPER_MODERATOR], sactivitie s=[], connectedSince=Sat Feb 06 
11:45:04 GMT 2021]: trying to toggle activity VIDEO
DEBUG 02-06 11:51:03.427 o.a.o.c.r.StreamProcessor:280 [nio-5443-exec-2] 
- User a42b397f-b91a-4319-8672-cbdc3958c70f: has s                   
tarted broadcast
DEBUG 02-06 11:51:03.518 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-9] 
- Incoming message from user with ID '2': {"type":" 
kurento","id":"broadcastRestarted","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f"}
DEBUG 02-06 11:51:03.530 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-9] 
- Incoming message from user with ID '2': {"type":" 
kurento","id":"devicesAltered","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f",*"audio":false,"video":false}*
DEBUG 02-06 11:51:03.550 o.a.o.d.d.r.PollDao:104 [Thread-64] - :: 
hasPoll :: 13
DEBUG 02-06 11:51:03.554 o.a.o.d.d.r.PollDao:98 [Thread-64] - :: 
getArchived :: 13
DEBUG 02-06 11:51:12.664 o.a.o.w.c.OmWebSocketPanel:129 
[nio-5443-exec-4] - Sending WebSocket PING
DEBUG 02-06 11:51:42.730 o.a.o.w.c.OmWebSocketPanel:129 
[nio-5443-exec-3] - Sending WebSocket PING
DEBUG 02-06 11:52:13.538 o.a.o.w.c.OmWebSocketPanel:129 
[nio-5443-exec-6] - Sending WebSocket PING
DEBUG 02-06 11:52:43.603 o.a.o.w.c.OmWebSocketPanel:129 
[io-5443-exec-10] - Sending WebSocket PING





Chrome shows  :



107148128-83d16780-6949-11eb-8e4f-446b58535ef7.png (1909×462)




Letsencrypt is installed and  functioning.








Is this a chrome  security  issue  or  something wrong with my  code ?

Thanks.D


















Re: camera and audio not showing - not allowed permission denied

Posted by Daniel Baker <in...@collisiondetection.biz>.
We  customized the moodle  plugin  and  never  got  your updated  code.

This  line  fixed  it  for  us:

"allow"=>"microphone; camera; display-capture",

Thanks!

On 10-Feb-21 12:38 PM, Maxim Solodovnik wrote:
> Hello All,
>
> What version of Moodle plugin are you using?
> Can you check if you have `<iframe href="" allow="microphone; camera; 
> display-capture"` in page source?
> AFAIR it was added to resolve the issue like yours ...
>
> On Tue, 9 Feb 2021 at 02:49, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>     Our moodle (3.9) generates the URL as
>     https://school.the5stars.org/class/mod/openmeetings/view.php?id=181
>     <https://school.the5stars.org/class/mod/openmeetings/view.php?id=181>
>     and it works, however, we recently noticed that the starting
>     'buzz' is there when entering the room in moodle.
>
>     Ali
>
>     On 2/8/21 10:29 PM, Daniel Baker wrote:
>>
>>     It seems  to be related  to how the URLs  are constructed  by 
>>     moodle :
>>
>>     if url is a moodle  subpage  like this cameras do not work:
>>
>>     https://tutorshippro.co.uk/mod/tutorship/view.php?id=34&t=5&selectedperiod=1&action=2&subpage=openmeeting&rid=17
>>     <https://tutorshippro.co.uk/mod/tutorship/view.php?id=34&t=5&selectedperiod=1&action=2&subpage=openmeeting&rid=17>
>>
>>     If the URL from moodle  is constructed like this the cameras work! :
>>
>>     https://tutorshippromeeting.co.uk:5443/openmeetings/hash?&secure=84d54931-802d-4360-979d-57a75ee6d2bc&language=1
>>     <https://tutorshippromeeting.co.uk:5443/openmeetings/hash?&secure=84d54931-802d-4360-979d-57a75ee6d2bc&language=1>
>>
>>
>>     On 07-Feb-21 5:32 PM, Daniel Baker wrote:
>>>
>>>>     Yes camera and mic  are allowed :
>>>>
>>>>
>>>>     On 07-Feb-21 5:26 PM, Daniel Ascher wrote:
>>>>>     We had the same issue and had to use the "Lock" icon in the
>>>>>     URL bar to allow the camera and mic, and then it worked. Did
>>>>>     you try that?
>>>>>
>>>>>     On Sun, Feb 7, 2021 at 12:16 PM Daniel Baker
>>>>>     <info@collisiondetection.biz
>>>>>     <ma...@collisiondetection.biz>> wrote:
>>>>>
>>>>>         OpenMeetings
>>>>>         Version 5.1.0
>>>>>         Revision 6691181
>>>>>         Build date 2020-12-01T15:49:37Z
>>>>>
>>>>>
>>>>>
>>>>>         Windows 10 and Ubuntu  show same  error in browser :
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>         openmeetings log  shows :
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>          Incoming message from user with ID '2': {"type":"
>>>>>         kurento","id":"broadcastRestarted","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3"}
>>>>>         DEBUG 02-06 11:50:24.452 o.a.o.c.r.StreamProcessor:91
>>>>>         [nio-5443-exec-4] - Incoming message from user with ID
>>>>>         '2': {"type":"
>>>>>         kurento","id":"devicesAltered","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3","audio":false,"video":false}
>>>>>         DEBUG 02-06 11:50:24.507 o.a.o.d.d.r.PollDao:104
>>>>>         [Thread-60] - :: hasPoll :: 13
>>>>>         DEBUG 02-06 11:50:24.508 o.a.o.d.d.r.PollDao:98
>>>>>         [Thread-60] -  :: getArchived :: 13
>>>>>         DEBUG 02-06 11:50:42.602 o.a.o.w.c.OmWebSocketPanel:129
>>>>>         [nio-5443-exec-1] - Sending WebSocket PING
>>>>>         DEBUG 02-06 11:51:03.414 o.a.o.c.r.StreamProcessor:91
>>>>>         [nio-5443-exec-2] - Incoming message from user with ID
>>>>>         '2': {"type":"
>>>>>         kurento","id":"toggleActivity","activity":"VIDEO"}
>>>>>          INFO 02-06 11:51:03.415 o.a.o.c.r.StreamProcessor:251
>>>>>         [nio-5443-exec-2] - PARTICIPANT Client
>>>>>         [uid=e8fd9e93-5b50-4958-84dd- 841d97e20bc7,
>>>>>         sessionId=C43D51F419615F396CE97B54C61BED93, pageId=3,
>>>>>         userId=2, room=13, rights=[SUPER_MODERATOR],
>>>>>         sactivitie                   s=[], connectedSince=Sat Feb
>>>>>         06 11:45:04 GMT 2021]: trying to toggle activity VIDEO
>>>>>         DEBUG 02-06 11:51:03.427 o.a.o.c.r.StreamProcessor:280
>>>>>         [nio-5443-exec-2] - User
>>>>>         a42b397f-b91a-4319-8672-cbdc3958c70f: has
>>>>>         s                   tarted broadcast
>>>>>         DEBUG 02-06 11:51:03.518 o.a.o.c.r.StreamProcessor:91
>>>>>         [nio-5443-exec-9] - Incoming message from user with ID
>>>>>         '2': {"type":"
>>>>>         kurento","id":"broadcastRestarted","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f"}
>>>>>         DEBUG 02-06 11:51:03.530 o.a.o.c.r.StreamProcessor:91
>>>>>         [nio-5443-exec-9] - Incoming message from user with ID
>>>>>         '2': {"type":"
>>>>>         kurento","id":"devicesAltered","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f",*"audio":false,"video":false}*
>>>>>         DEBUG 02-06 11:51:03.550 o.a.o.d.d.r.PollDao:104
>>>>>         [Thread-64] - :: hasPoll :: 13
>>>>>         DEBUG 02-06 11:51:03.554 o.a.o.d.d.r.PollDao:98
>>>>>         [Thread-64] -  :: getArchived :: 13
>>>>>         DEBUG 02-06 11:51:12.664 o.a.o.w.c.OmWebSocketPanel:129
>>>>>         [nio-5443-exec-4] - Sending WebSocket PING
>>>>>         DEBUG 02-06 11:51:42.730 o.a.o.w.c.OmWebSocketPanel:129
>>>>>         [nio-5443-exec-3] - Sending WebSocket PING
>>>>>         DEBUG 02-06 11:52:13.538 o.a.o.w.c.OmWebSocketPanel:129
>>>>>         [nio-5443-exec-6] - Sending WebSocket PING
>>>>>         DEBUG 02-06 11:52:43.603 o.a.o.w.c.OmWebSocketPanel:129
>>>>>         [io-5443-exec-10] - Sending WebSocket PING
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>         Chrome shows  :
>>>>>
>>>>>
>>>>>
>>>>>         107148128-83d16780-6949-11eb-8e4f-446b58535ef7.png (1909×462)
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>         Letsencrypt is installed and  functioning.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>         Is this a chrome  security  issue  or something wrong with
>>>>>         my  code ?
>>>>>
>>>>>         Thanks.D
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>     -- 
>>>>>     	
>>>>>     Daniel Ascher
>>>>>     President, A+ Test Prep and Tutoring
>>>>>     Phone: 215-886-9188
>>>>>     <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=tel%3A215-886-9188>
>>>>>
>>>>>     Email: aplusadmin@aplustutoring.com
>>>>>     <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=mailto%3Aaplusadmin%40aplustutoring.com>
>>>>>     Address: 505 York Road, Suite 6
>>>>>     Jenkintown, PA 19046
>>>>>     Website: aplustutoring.com
>>>>>     <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=http%3A%2F%2Faplustutoring.com>
>>>>>
>>>>>     <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.facebook.com%2Faplusphila%2F>
>>>>>     <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Ftwitter.com%2FAPlusPhila>
>>>>>     <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fg.page%2Faplustutoringjenkintown%3Fgm>
>>>>>     <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.instagram.com%2Faplus_test_prep_tutoring%2F>
>>>>>
>>>>>
>>>>>
>>>>>     	Click to schedule a phone call
>>>>>
>>>>>     <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher>
>>>>>
>>>>>
>>>>>     <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher>
>>>>>
>>>>>
>
>
> -- 
> Best regards,
> Maxim

Re: camera and audio not showing - not allowed permission denied

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello All,

What version of Moodle plugin are you using?
Can you check if you have `<iframe href="" allow="microphone; camera;
display-capture"` in page source?
AFAIR it was added to resolve the issue like yours ...

On Tue, 9 Feb 2021 at 02:49, Ali Alhaidary <al...@the5stars.org>
wrote:

> Our moodle (3.9) generates the URL as
> https://school.the5stars.org/class/mod/openmeetings/view.php?id=181 and
> it works, however, we recently noticed that the starting 'buzz' is there
> when entering the room in moodle.
>
> Ali
> On 2/8/21 10:29 PM, Daniel Baker wrote:
>
> It seems  to be related  to how the URLs  are  constructed  by  moodle :
>
> if url is a moodle  subpage  like this cameras do not work:
>
>
> https://tutorshippro.co.uk/mod/tutorship/view.php?id=34&t=5&selectedperiod=1&action=2&subpage=openmeeting&rid=17
>
> If the URL from moodle  is constructed like this the cameras work! :
>
>
> https://tutorshippromeeting.co.uk:5443/openmeetings/hash?&secure=84d54931-802d-4360-979d-57a75ee6d2bc&language=1
>
>
> On 07-Feb-21 5:32 PM, Daniel Baker wrote:
>
>
> Yes camera and mic  are allowed :
>
>
> On 07-Feb-21 5:26 PM, Daniel Ascher wrote:
>
> We had the same issue and had to use the "Lock" icon in the URL bar to
> allow the camera and mic, and then it worked. Did you try that?
>
> On Sun, Feb 7, 2021 at 12:16 PM Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
>> OpenMeetings
>> Version 5.1.0
>> Revision  6691181
>> Build date  2020-12-01T15:49:37Z
>>
>>
>>
>> Windows 10 and Ubuntu  show same  error in browser :
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> openmeetings log  shows :
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>  Incoming message from user with ID '2': {"type":"
>> kurento","id":"broadcastRestarted","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3"}
>> DEBUG 02-06 11:50:24.452 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-4] -
>> Incoming message from user with ID '2': {"type":"
>> kurento","id":"devicesAltered","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3","audio":false,"video":false}
>> DEBUG 02-06 11:50:24.507 o.a.o.d.d.r.PollDao:104 [Thread-60] -  ::
>> hasPoll :: 13
>> DEBUG 02-06 11:50:24.508 o.a.o.d.d.r.PollDao:98 [Thread-60] -  ::
>> getArchived :: 13
>> DEBUG 02-06 11:50:42.602 o.a.o.w.c.OmWebSocketPanel:129 [nio-5443-exec-1]
>> - Sending WebSocket PING
>> DEBUG 02-06 11:51:03.414 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-2] -
>> Incoming message from user with ID '2': {"type":"
>> kurento","id":"toggleActivity","activity":"VIDEO"}
>>  INFO 02-06 11:51:03.415 o.a.o.c.r.StreamProcessor:251 [nio-5443-exec-2]
>> - PARTICIPANT Client [uid=e8fd9e93-5b50-4958-84dd-
>> 841d97e20bc7, sessionId=C43D51F419615F396CE97B54C61BED93, pageId=3,
>> userId=2, room=13, rights=[SUPER_MODERATOR], sactivitie
>> s=[], connectedSince=Sat Feb 06 11:45:04 GMT 2021]: trying to toggle
>> activity VIDEO
>> DEBUG 02-06 11:51:03.427 o.a.o.c.r.StreamProcessor:280 [nio-5443-exec-2]
>> - User a42b397f-b91a-4319-8672-cbdc3958c70f: has s                   tarted
>> broadcast
>> DEBUG 02-06 11:51:03.518 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-9] -
>> Incoming message from user with ID '2': {"type":"
>> kurento","id":"broadcastRestarted","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f"}
>> DEBUG 02-06 11:51:03.530 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-9] -
>> Incoming message from user with ID '2': {"type":"
>> kurento","id":"devicesAltered","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f",
>> *"audio":false,"video":false}*
>> DEBUG 02-06 11:51:03.550 o.a.o.d.d.r.PollDao:104 [Thread-64] -  ::
>> hasPoll :: 13
>> DEBUG 02-06 11:51:03.554 o.a.o.d.d.r.PollDao:98 [Thread-64] -  ::
>> getArchived :: 13
>> DEBUG 02-06 11:51:12.664 o.a.o.w.c.OmWebSocketPanel:129 [nio-5443-exec-4]
>> - Sending WebSocket PING
>> DEBUG 02-06 11:51:42.730 o.a.o.w.c.OmWebSocketPanel:129 [nio-5443-exec-3]
>> - Sending WebSocket PING
>> DEBUG 02-06 11:52:13.538 o.a.o.w.c.OmWebSocketPanel:129 [nio-5443-exec-6]
>> - Sending WebSocket PING
>> DEBUG 02-06 11:52:43.603 o.a.o.w.c.OmWebSocketPanel:129 [io-5443-exec-10]
>> - Sending WebSocket PING
>>
>>
>>
>>
>>
>> Chrome  shows  :
>>
>>
>>
>> [image: 107148128-83d16780-6949-11eb-8e4f-446b58535ef7.png (1909×462)]
>>
>>
>>
>>
>> Letsencrypt is installed and  functioning.
>>
>>
>>
>>
>>
>>
>>
>>
>> Is this a chrome  security  issue  or  something wrong with my  code ?
>>
>> Thanks.D
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>
> --
> Daniel Ascher
>
> President, A+ Test Prep and Tutoring
> Phone: 215-886-9188
> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=tel%3A215-886-9188>
>
> Email: aplusadmin@aplustutoring.com
> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=mailto%3Aaplusadmin%40aplustutoring.com>
> Address: 505 York Road, Suite 6
> Jenkintown, PA 19046
> Website: aplustutoring.com
> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=http%3A%2F%2Faplustutoring.com>
>
>
> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.facebook.com%2Faplusphila%2F>
>
> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Ftwitter.com%2FAPlusPhila>
>
> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fg.page%2Faplustutoringjenkintown%3Fgm>
>
> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.instagram.com%2Faplus_test_prep_tutoring%2F>
>
>
>   Click to schedule a phone call
> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher>
> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher>
>
>

-- 
Best regards,
Maxim

Re: camera and audio not showing - not allowed permission denied

Posted by Ali Alhaidary <al...@the5stars.org>.
Our moodle (3.9) generates the URL as 
https://school.the5stars.org/class/mod/openmeetings/view.php?id=181 and 
it works, however, we recently noticed that the starting 'buzz' is there 
when entering the room in moodle.

Ali

On 2/8/21 10:29 PM, Daniel Baker wrote:
>
> It seems  to be related  to how the URLs  are  constructed  by moodle :
>
> if url is a moodle subpage  like this cameras do not work:
>
> https://tutorshippro.co.uk/mod/tutorship/view.php?id=34&t=5&selectedperiod=1&action=2&subpage=openmeeting&rid=17
>
> If the URL from moodle  is constructed like this the cameras work! :
>
> https://tutorshippromeeting.co.uk:5443/openmeetings/hash?&secure=84d54931-802d-4360-979d-57a75ee6d2bc&language=1
>
>
> On 07-Feb-21 5:32 PM, Daniel Baker wrote:
>>
>>> Yes camera and mic  are allowed :
>>>
>>>
>>> On 07-Feb-21 5:26 PM, Daniel Ascher wrote:
>>>> We had the same issue and had to use the "Lock" icon in the URL bar 
>>>> to allow the camera and mic, and then it worked. Did you try that?
>>>>
>>>> On Sun, Feb 7, 2021 at 12:16 PM Daniel Baker 
>>>> <info@collisiondetection.biz <ma...@collisiondetection.biz>> 
>>>> wrote:
>>>>
>>>>     OpenMeetings
>>>>     Version 5.1.0
>>>>     Revision 6691181
>>>>     Build date  2020-12-01T15:49:37Z
>>>>
>>>>
>>>>
>>>>     Windows 10 and Ubuntu  show same  error in browser :
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>     openmeetings log  shows :
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>      Incoming message from user with ID '2': {"type":"
>>>>     kurento","id":"broadcastRestarted","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3"}
>>>>     DEBUG 02-06 11:50:24.452 o.a.o.c.r.StreamProcessor:91
>>>>     [nio-5443-exec-4] - Incoming message from user with ID '2':
>>>>     {"type":"
>>>>     kurento","id":"devicesAltered","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3","audio":false,"video":false}
>>>>     DEBUG 02-06 11:50:24.507 o.a.o.d.d.r.PollDao:104 [Thread-60] - 
>>>>     :: hasPoll :: 13
>>>>     DEBUG 02-06 11:50:24.508 o.a.o.d.d.r.PollDao:98 [Thread-60] - 
>>>>     :: getArchived :: 13
>>>>     DEBUG 02-06 11:50:42.602 o.a.o.w.c.OmWebSocketPanel:129
>>>>     [nio-5443-exec-1] - Sending WebSocket PING
>>>>     DEBUG 02-06 11:51:03.414 o.a.o.c.r.StreamProcessor:91
>>>>     [nio-5443-exec-2] - Incoming message from user with ID '2':
>>>>     {"type":" kurento","id":"toggleActivity","activity":"VIDEO"}
>>>>      INFO 02-06 11:51:03.415 o.a.o.c.r.StreamProcessor:251
>>>>     [nio-5443-exec-2] - PARTICIPANT Client
>>>>     [uid=e8fd9e93-5b50-4958-84dd- 841d97e20bc7,
>>>>     sessionId=C43D51F419615F396CE97B54C61BED93, pageId=3, userId=2,
>>>>     room=13, rights=[SUPER_MODERATOR], sactivitie                  
>>>>     s=[], connectedSince=Sat Feb 06 11:45:04 GMT 2021]: trying to
>>>>     toggle activity VIDEO
>>>>     DEBUG 02-06 11:51:03.427 o.a.o.c.r.StreamProcessor:280
>>>>     [nio-5443-exec-2] - User a42b397f-b91a-4319-8672-cbdc3958c70f:
>>>>     has s                   tarted broadcast
>>>>     DEBUG 02-06 11:51:03.518 o.a.o.c.r.StreamProcessor:91
>>>>     [nio-5443-exec-9] - Incoming message from user with ID '2':
>>>>     {"type":"
>>>>     kurento","id":"broadcastRestarted","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f"}
>>>>     DEBUG 02-06 11:51:03.530 o.a.o.c.r.StreamProcessor:91
>>>>     [nio-5443-exec-9] - Incoming message from user with ID '2':
>>>>     {"type":"
>>>>     kurento","id":"devicesAltered","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f",*"audio":false,"video":false}*
>>>>     DEBUG 02-06 11:51:03.550 o.a.o.d.d.r.PollDao:104 [Thread-64] - 
>>>>     :: hasPoll :: 13
>>>>     DEBUG 02-06 11:51:03.554 o.a.o.d.d.r.PollDao:98 [Thread-64] - 
>>>>     :: getArchived :: 13
>>>>     DEBUG 02-06 11:51:12.664 o.a.o.w.c.OmWebSocketPanel:129
>>>>     [nio-5443-exec-4] - Sending WebSocket PING
>>>>     DEBUG 02-06 11:51:42.730 o.a.o.w.c.OmWebSocketPanel:129
>>>>     [nio-5443-exec-3] - Sending WebSocket PING
>>>>     DEBUG 02-06 11:52:13.538 o.a.o.w.c.OmWebSocketPanel:129
>>>>     [nio-5443-exec-6] - Sending WebSocket PING
>>>>     DEBUG 02-06 11:52:43.603 o.a.o.w.c.OmWebSocketPanel:129
>>>>     [io-5443-exec-10] - Sending WebSocket PING
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>     Chrome shows  :
>>>>
>>>>
>>>>
>>>>     107148128-83d16780-6949-11eb-8e4f-446b58535ef7.png (1909×462)
>>>>
>>>>
>>>>
>>>>
>>>>     Letsencrypt is installed and  functioning.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>     Is this a chrome  security  issue  or  something wrong with my 
>>>>     code ?
>>>>
>>>>     Thanks.D
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> -- 
>>>> 	
>>>> Daniel Ascher
>>>> President, A+ Test Prep and Tutoring
>>>> Phone: 215-886-9188 
>>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=tel%3A215-886-9188> 
>>>>
>>>> Email: aplusadmin@aplustutoring.com 
>>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=mailto%3Aaplusadmin%40aplustutoring.com>
>>>> Address: 505 York Road, Suite 6
>>>> Jenkintown, PA 19046
>>>> Website: aplustutoring.com 
>>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=http%3A%2F%2Faplustutoring.com> 
>>>>
>>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.facebook.com%2Faplusphila%2F> 
>>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Ftwitter.com%2FAPlusPhila> 
>>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fg.page%2Faplustutoringjenkintown%3Fgm> 
>>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.instagram.com%2Faplus_test_prep_tutoring%2F> 
>>>>
>>>>
>>>>
>>>> 	Click to schedule a phone call
>>>>
>>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher> 
>>>>
>>>>

Re: camera and audio not showing - not allowed permission denied

Posted by Daniel Baker <in...@collisiondetection.biz>.
It seems  to be related  to how the URLs  are  constructed  by moodle :

if url is a moodle subpage  like this cameras do not work:

https://tutorshippro.co.uk/mod/tutorship/view.php?id=34&t=5&selectedperiod=1&action=2&subpage=openmeeting&rid=17 
<https://tutorshippro.co.uk/mod/tutorship/view.php?id=34&t=5&selectedperiod=1&action=2&subpage=openmeeting&rid=17>

If the URL from moodle is constructed like this the cameras work! :

https://tutorshippromeeting.co.uk:5443/openmeetings/hash?&secure=84d54931-802d-4360-979d-57a75ee6d2bc&language=1 
<https://tutorshippromeeting.co.uk:5443/openmeetings/hash?&secure=84d54931-802d-4360-979d-57a75ee6d2bc&language=1>


On 07-Feb-21 5:32 PM, Daniel Baker wrote:
>
>> Yes camera and mic  are allowed :
>>
>>
>> On 07-Feb-21 5:26 PM, Daniel Ascher wrote:
>>> We had the same issue and had to use the "Lock" icon in the URL bar 
>>> to allow the camera and mic, and then it worked. Did you try that?
>>>
>>> On Sun, Feb 7, 2021 at 12:16 PM Daniel Baker 
>>> <info@collisiondetection.biz <ma...@collisiondetection.biz>> 
>>> wrote:
>>>
>>>     OpenMeetings
>>>     Version 5.1.0
>>>     Revision 6691181
>>>     Build date  2020-12-01T15:49:37Z
>>>
>>>
>>>
>>>     Windows 10 and Ubuntu  show same  error in browser :
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>     openmeetings log  shows :
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>      Incoming message from user with ID '2': {"type":"
>>>     kurento","id":"broadcastRestarted","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3"}
>>>     DEBUG 02-06 11:50:24.452 o.a.o.c.r.StreamProcessor:91
>>>     [nio-5443-exec-4] - Incoming message from user with ID '2':
>>>     {"type":"
>>>     kurento","id":"devicesAltered","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3","audio":false,"video":false}
>>>     DEBUG 02-06 11:50:24.507 o.a.o.d.d.r.PollDao:104 [Thread-60] - 
>>>     :: hasPoll :: 13
>>>     DEBUG 02-06 11:50:24.508 o.a.o.d.d.r.PollDao:98 [Thread-60] - 
>>>     :: getArchived :: 13
>>>     DEBUG 02-06 11:50:42.602 o.a.o.w.c.OmWebSocketPanel:129
>>>     [nio-5443-exec-1] - Sending WebSocket PING
>>>     DEBUG 02-06 11:51:03.414 o.a.o.c.r.StreamProcessor:91
>>>     [nio-5443-exec-2] - Incoming message from user with ID '2':
>>>     {"type":" kurento","id":"toggleActivity","activity":"VIDEO"}
>>>      INFO 02-06 11:51:03.415 o.a.o.c.r.StreamProcessor:251
>>>     [nio-5443-exec-2] - PARTICIPANT Client
>>>     [uid=e8fd9e93-5b50-4958-84dd- 841d97e20bc7,
>>>     sessionId=C43D51F419615F396CE97B54C61BED93, pageId=3, userId=2,
>>>     room=13, rights=[SUPER_MODERATOR], sactivitie                  
>>>     s=[], connectedSince=Sat Feb 06 11:45:04 GMT 2021]: trying to
>>>     toggle activity VIDEO
>>>     DEBUG 02-06 11:51:03.427 o.a.o.c.r.StreamProcessor:280
>>>     [nio-5443-exec-2] - User a42b397f-b91a-4319-8672-cbdc3958c70f:
>>>     has s                   tarted broadcast
>>>     DEBUG 02-06 11:51:03.518 o.a.o.c.r.StreamProcessor:91
>>>     [nio-5443-exec-9] - Incoming message from user with ID '2':
>>>     {"type":"
>>>     kurento","id":"broadcastRestarted","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f"}
>>>     DEBUG 02-06 11:51:03.530 o.a.o.c.r.StreamProcessor:91
>>>     [nio-5443-exec-9] - Incoming message from user with ID '2':
>>>     {"type":"
>>>     kurento","id":"devicesAltered","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f",*"audio":false,"video":false}*
>>>     DEBUG 02-06 11:51:03.550 o.a.o.d.d.r.PollDao:104 [Thread-64] - 
>>>     :: hasPoll :: 13
>>>     DEBUG 02-06 11:51:03.554 o.a.o.d.d.r.PollDao:98 [Thread-64] - 
>>>     :: getArchived :: 13
>>>     DEBUG 02-06 11:51:12.664 o.a.o.w.c.OmWebSocketPanel:129
>>>     [nio-5443-exec-4] - Sending WebSocket PING
>>>     DEBUG 02-06 11:51:42.730 o.a.o.w.c.OmWebSocketPanel:129
>>>     [nio-5443-exec-3] - Sending WebSocket PING
>>>     DEBUG 02-06 11:52:13.538 o.a.o.w.c.OmWebSocketPanel:129
>>>     [nio-5443-exec-6] - Sending WebSocket PING
>>>     DEBUG 02-06 11:52:43.603 o.a.o.w.c.OmWebSocketPanel:129
>>>     [io-5443-exec-10] - Sending WebSocket PING
>>>
>>>
>>>
>>>
>>>
>>>     Chrome shows  :
>>>
>>>
>>>
>>>     107148128-83d16780-6949-11eb-8e4f-446b58535ef7.png (1909×462)
>>>
>>>
>>>
>>>
>>>     Letsencrypt is installed and  functioning.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>     Is this a chrome  security  issue  or  something wrong with my 
>>>     code ?
>>>
>>>     Thanks.D
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> -- 
>>> 	
>>> Daniel Ascher
>>> President, A+ Test Prep and Tutoring
>>> Phone: 215-886-9188 
>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=tel%3A215-886-9188> 
>>>
>>> Email: aplusadmin@aplustutoring.com 
>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=mailto%3Aaplusadmin%40aplustutoring.com>
>>> Address: 505 York Road, Suite 6
>>> Jenkintown, PA 19046
>>> Website: aplustutoring.com 
>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=http%3A%2F%2Faplustutoring.com> 
>>>
>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.facebook.com%2Faplusphila%2F> 
>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Ftwitter.com%2FAPlusPhila> 
>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fg.page%2Faplustutoringjenkintown%3Fgm> 
>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.instagram.com%2Faplus_test_prep_tutoring%2F> 
>>>
>>>
>>>
>>> 	Click to schedule a phone call
>>>
>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher> 
>>>
>>>
>>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher> 
>>>
>>>

Re: camera and audio not showing - not allowed permission denied

Posted by Daniel Baker <in...@collisiondetection.biz>.
> Yes camera and mic  are allowed :
>
>
> On 07-Feb-21 5:26 PM, Daniel Ascher wrote:
>> We had the same issue and had to use the "Lock" icon in the URL bar 
>> to allow the camera and mic, and then it worked. Did you try that?
>>
>> On Sun, Feb 7, 2021 at 12:16 PM Daniel Baker 
>> <info@collisiondetection.biz <ma...@collisiondetection.biz>> wrote:
>>
>>     OpenMeetings
>>     Version 5.1.0
>>     Revision 6691181
>>     Build date  2020-12-01T15:49:37Z
>>
>>
>>
>>     Windows 10 and Ubuntu  show same  error in browser :
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>     openmeetings log  shows :
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>      Incoming message from user with ID '2': {"type":"
>>     kurento","id":"broadcastRestarted","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3"}
>>     DEBUG 02-06 11:50:24.452 o.a.o.c.r.StreamProcessor:91
>>     [nio-5443-exec-4] - Incoming message from user with ID '2':
>>     {"type":"
>>     kurento","id":"devicesAltered","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3","audio":false,"video":false}
>>     DEBUG 02-06 11:50:24.507 o.a.o.d.d.r.PollDao:104 [Thread-60] - 
>>     :: hasPoll :: 13
>>     DEBUG 02-06 11:50:24.508 o.a.o.d.d.r.PollDao:98 [Thread-60] -  ::
>>     getArchived :: 13
>>     DEBUG 02-06 11:50:42.602 o.a.o.w.c.OmWebSocketPanel:129
>>     [nio-5443-exec-1] - Sending WebSocket PING
>>     DEBUG 02-06 11:51:03.414 o.a.o.c.r.StreamProcessor:91
>>     [nio-5443-exec-2] - Incoming message from user with ID '2':
>>     {"type":" kurento","id":"toggleActivity","activity":"VIDEO"}
>>      INFO 02-06 11:51:03.415 o.a.o.c.r.StreamProcessor:251
>>     [nio-5443-exec-2] - PARTICIPANT Client
>>     [uid=e8fd9e93-5b50-4958-84dd- 841d97e20bc7,
>>     sessionId=C43D51F419615F396CE97B54C61BED93, pageId=3, userId=2,
>>     room=13, rights=[SUPER_MODERATOR], sactivitie                  
>>     s=[], connectedSince=Sat Feb 06 11:45:04 GMT 2021]: trying to
>>     toggle activity VIDEO
>>     DEBUG 02-06 11:51:03.427 o.a.o.c.r.StreamProcessor:280
>>     [nio-5443-exec-2] - User a42b397f-b91a-4319-8672-cbdc3958c70f:
>>     has s                   tarted broadcast
>>     DEBUG 02-06 11:51:03.518 o.a.o.c.r.StreamProcessor:91
>>     [nio-5443-exec-9] - Incoming message from user with ID '2':
>>     {"type":"
>>     kurento","id":"broadcastRestarted","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f"}
>>     DEBUG 02-06 11:51:03.530 o.a.o.c.r.StreamProcessor:91
>>     [nio-5443-exec-9] - Incoming message from user with ID '2':
>>     {"type":"
>>     kurento","id":"devicesAltered","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f",*"audio":false,"video":false}*
>>     DEBUG 02-06 11:51:03.550 o.a.o.d.d.r.PollDao:104 [Thread-64] - 
>>     :: hasPoll :: 13
>>     DEBUG 02-06 11:51:03.554 o.a.o.d.d.r.PollDao:98 [Thread-64] -  ::
>>     getArchived :: 13
>>     DEBUG 02-06 11:51:12.664 o.a.o.w.c.OmWebSocketPanel:129
>>     [nio-5443-exec-4] - Sending WebSocket PING
>>     DEBUG 02-06 11:51:42.730 o.a.o.w.c.OmWebSocketPanel:129
>>     [nio-5443-exec-3] - Sending WebSocket PING
>>     DEBUG 02-06 11:52:13.538 o.a.o.w.c.OmWebSocketPanel:129
>>     [nio-5443-exec-6] - Sending WebSocket PING
>>     DEBUG 02-06 11:52:43.603 o.a.o.w.c.OmWebSocketPanel:129
>>     [io-5443-exec-10] - Sending WebSocket PING
>>
>>
>>
>>
>>
>>     Chrome shows  :
>>
>>
>>
>>     107148128-83d16780-6949-11eb-8e4f-446b58535ef7.png (1909×462)
>>
>>
>>
>>
>>     Letsencrypt is installed and  functioning.
>>
>>
>>
>>
>>
>>
>>
>>
>>     Is this a chrome  security  issue  or  something wrong with my 
>>     code ?
>>
>>     Thanks.D
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> -- 
>> 	
>> Daniel Ascher
>> President, A+ Test Prep and Tutoring
>> Phone: 215-886-9188 
>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=tel%3A215-886-9188> 
>>
>> Email: aplusadmin@aplustutoring.com 
>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=mailto%3Aaplusadmin%40aplustutoring.com>
>> Address: 505 York Road, Suite 6
>> Jenkintown, PA 19046
>> Website: aplustutoring.com 
>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=http%3A%2F%2Faplustutoring.com> 
>>
>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.facebook.com%2Faplusphila%2F> 
>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Ftwitter.com%2FAPlusPhila> 
>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fg.page%2Faplustutoringjenkintown%3Fgm> 
>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.instagram.com%2Faplus_test_prep_tutoring%2F> 
>>
>>
>>
>> 	Click to schedule a phone call
>>
>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher> 
>>
>>
>> <https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher> 
>>
>>

Re: camera and audio not showing - not allowed permission denied

Posted by Daniel Ascher <ap...@aplustutoring.com>.
We had the same issue and had to use the "Lock" icon in the URL bar to
allow the camera and mic, and then it worked. Did you try that?

On Sun, Feb 7, 2021 at 12:16 PM Daniel Baker <in...@collisiondetection.biz>
wrote:

> OpenMeetings
> Version 5.1.0
> Revision  6691181
> Build date  2020-12-01T15:49:37Z
>
>
>
> Windows 10 and Ubuntu  show same  error in browser :
>
>
>
>
>
>
>
>
>
>
>
>
> openmeetings log  shows :
>
>
>
>
>
>
>
>
>
>
>
>  Incoming message from user with ID '2': {"type":"
> kurento","id":"broadcastRestarted","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3"}
> DEBUG 02-06 11:50:24.452 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-4] -
> Incoming message from user with ID '2': {"type":"
> kurento","id":"devicesAltered","uid":"668d47e2-fe89-4667-9ac6-ad148aaf07a3","audio":false,"video":false}
> DEBUG 02-06 11:50:24.507 o.a.o.d.d.r.PollDao:104 [Thread-60] -  :: hasPoll
> :: 13
> DEBUG 02-06 11:50:24.508 o.a.o.d.d.r.PollDao:98 [Thread-60] -  ::
> getArchived :: 13
> DEBUG 02-06 11:50:42.602 o.a.o.w.c.OmWebSocketPanel:129 [nio-5443-exec-1]
> - Sending WebSocket PING
> DEBUG 02-06 11:51:03.414 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-2] -
> Incoming message from user with ID '2': {"type":"
> kurento","id":"toggleActivity","activity":"VIDEO"}
>  INFO 02-06 11:51:03.415 o.a.o.c.r.StreamProcessor:251 [nio-5443-exec-2] -
> PARTICIPANT Client [uid=e8fd9e93-5b50-4958-84dd-
> 841d97e20bc7, sessionId=C43D51F419615F396CE97B54C61BED93, pageId=3,
> userId=2, room=13, rights=[SUPER_MODERATOR], sactivitie
> s=[], connectedSince=Sat Feb 06 11:45:04 GMT 2021]: trying to toggle
> activity VIDEO
> DEBUG 02-06 11:51:03.427 o.a.o.c.r.StreamProcessor:280 [nio-5443-exec-2] -
> User a42b397f-b91a-4319-8672-cbdc3958c70f: has s                   tarted
> broadcast
> DEBUG 02-06 11:51:03.518 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-9] -
> Incoming message from user with ID '2': {"type":"
> kurento","id":"broadcastRestarted","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f"}
> DEBUG 02-06 11:51:03.530 o.a.o.c.r.StreamProcessor:91 [nio-5443-exec-9] -
> Incoming message from user with ID '2': {"type":"
> kurento","id":"devicesAltered","uid":"a42b397f-b91a-4319-8672-cbdc3958c70f",
> *"audio":false,"video":false}*
> DEBUG 02-06 11:51:03.550 o.a.o.d.d.r.PollDao:104 [Thread-64] -  :: hasPoll
> :: 13
> DEBUG 02-06 11:51:03.554 o.a.o.d.d.r.PollDao:98 [Thread-64] -  ::
> getArchived :: 13
> DEBUG 02-06 11:51:12.664 o.a.o.w.c.OmWebSocketPanel:129 [nio-5443-exec-4]
> - Sending WebSocket PING
> DEBUG 02-06 11:51:42.730 o.a.o.w.c.OmWebSocketPanel:129 [nio-5443-exec-3]
> - Sending WebSocket PING
> DEBUG 02-06 11:52:13.538 o.a.o.w.c.OmWebSocketPanel:129 [nio-5443-exec-6]
> - Sending WebSocket PING
> DEBUG 02-06 11:52:43.603 o.a.o.w.c.OmWebSocketPanel:129 [io-5443-exec-10]
> - Sending WebSocket PING
>
>
>
>
>
> Chrome  shows  :
>
>
>
> [image: 107148128-83d16780-6949-11eb-8e4f-446b58535ef7.png (1909×462)]
>
>
>
>
> Letsencrypt is installed and  functioning.
>
>
>
>
>
>
>
>
> Is this a chrome  security  issue  or  something wrong with my  code ?
>
> Thanks.D
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

-- 
Daniel Ascher

President, A+ Test Prep and Tutoring
Phone: 215-886-9188
<https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=tel%3A215-886-9188>

Email: aplusadmin@aplustutoring.com
<https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=mailto%3Aaplusadmin%40aplustutoring.com>
Address: 505 York Road, Suite 6
Jenkintown, PA 19046
Website: aplustutoring.com
<https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=http%3A%2F%2Faplustutoring.com>

<https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.facebook.com%2Faplusphila%2F>

<https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Ftwitter.com%2FAPlusPhila>

<https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fg.page%2Faplustutoringjenkintown%3Fgm>

<https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fwww.instagram.com%2Faplus_test_prep_tutoring%2F>

  Click to schedule a phone call
<https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher>
<https://eblink1.com/openurl?nid=5428256641646592&user_id=5036042778312704&random_id=1612718755433&thread_id=&from_email=aplusadmin@aplustutoring.com&source=web_ext&url=https%3A%2F%2Fcalendar.aplustutoring.com%2FDanielAscher>