[jira] [Commented] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-05-03 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17098272#comment-17098272
 ] 

Evgeny commented on OPENMEETINGS-2253:
--

“Suddenly, everyone sees you inappropriately because the audio / video is 
turned on without your knowledge” - really?
I consciously entered into the special room (participants are notified in 
advance) in which the mic and the camera on / off together,
сlicking on the appropriate button and don’t know about it?

It is unfortunate that you did not hear me, right way. 
Your project does not have to be like everyone else. 
OpenMeetings provides many options for all those scenarios, but no one for my 
narrow purpose.

I understood you. You focus on the majority: most people, most similar 
applications.


> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
> Attachments: icon_example.png
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-29 Thread Evgeny (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evgeny updated OPENMEETINGS-2253:
-
Attachment: (was: image-2020-04-29-10-19-56-570.png)

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
> Attachments: icon_example.png
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-29 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095145#comment-17095145
 ] 

Evgeny edited comment on OPENMEETINGS-2253 at 4/29/20, 7:51 AM:


Sorry for my simplicity, but I see it like that:
 #vars
 cam=true
 mic =true
 if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
 if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false

#Events by clicking on new-button:
 if (cam and mic) then do-stream-video-audio (both video+audio)
 else if (cam and !mic) then do-stream-video (only video)
 else if (!cam and mic) then do-stream-audio (only audio)
 else if (!cam and !mic) then do-nothing (only hearing).

About UI:
 сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
 There are not needed all three buttons. Only one button is needed - this is 
the general request.
 Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
 Thanks.

PS. I attached a picture with an approximate view of the icon
PPS. Looking ahead, possibly there will be needed an additional button "cam 
mute" next to "mic mute". But this is definitely not the most important thing! )


was (Author: jbi):
Sorry for my simplicity, but I see it like that:
 #vars
 cam=true
 mic =true
 if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
 if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false

#Events by clicking on new-button:
 if (cam and mic) then do-stream-video-audio (both video+audio)
 else if (cam and !mic) then do-stream-video (only video)
 else if (!cam and mic) then do-stream-audio (only audio)
 else if (!cam and !mic) then do-nothing (only hearing).

About UI:
 сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
 There are not needed all three buttons. Only one button is needed - this is 
the general request.
 Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
 Thanks.

PS. I attached a picture with an approximate view of the icon

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
> Attachments: icon_example.png, image-2020-04-29-10-19-56-570.png
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-29 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095145#comment-17095145
 ] 

Evgeny edited comment on OPENMEETINGS-2253 at 4/29/20, 7:25 AM:


Sorry for my simplicity, but I see it like that:
 #vars
 cam=true
 mic =true
 if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
 if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false

#Events by clicking on new-button:
 if (cam and mic) then do-stream-video-audio (both video+audio)
 else if (cam and !mic) then do-stream-video (only video)
 else if (!cam and mic) then do-stream-audio (only audio)
 else if (!cam and !mic) then do-nothing (only hearing).

About UI:
 сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
 There are not needed all three buttons. Only one button is needed - this is 
the general request.
 Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
 Thanks.

PS. I attached a picture with an approximate view of the icon


was (Author: jbi):
Sorry for my simplicity, but I see it like that:
 #vars
 cam=true
 mic =true
 if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
 if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false

# Events by clicking on new-button:
 if (cam and mic) then do-stream-video-audio (both video+audio)
 else if (cam and !mic) then do-stream-video (only video)
 else if (!cam and mic) then do-stream-audio (only audio)
 else if (!cam and !mic) then do-nothing (only hearing).

About UI:
 сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
 There are not needed all three buttons. Only one button is needed - this is 
the general request.
 Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
 Thanks.

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
> Attachments: icon_example.png, image-2020-04-29-10-19-56-570.png
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-29 Thread Evgeny (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evgeny updated OPENMEETINGS-2253:
-
Attachment: icon_example.png

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
> Attachments: icon_example.png, image-2020-04-29-10-19-56-570.png
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-29 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095145#comment-17095145
 ] 

Evgeny edited comment on OPENMEETINGS-2253 at 4/29/20, 7:20 AM:


Sorry for my simplicity, but I see it like that:
 #vars
 cam=true
 mic =true
 if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
 if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false

# Events by clicking on new-button:
 if (cam and mic) then do-stream-video-audio (both video+audio)
 else if (cam and !mic) then do-stream-video (only video)
 else if (!cam and mic) then do-stream-audio (only audio)
 else if (!cam and !mic) then do-nothing (only hearing).

About UI:
 сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
 There are not needed all three buttons. Only one button is needed - this is 
the general request.
 Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
 Thanks.


was (Author: jbi):
 Sorry for my simplicity, but I see it like that:
#vars
cam=true
mic =true
if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false
  # Events by clicking on new-button:
if (cam and mic) then do-stream-video-audio (both video+audio)
else if (cam and !mic) then do-stream-video (only video)
else if (!cam and mic) then do-stream-audio (only audio)
else if (!cam and !mic) then do-nothing (only hearing).

 About UI:
сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
There are not needed all three buttons. Only one button is needed - this is the 
general request.
Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
Thanks.

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
> Attachments: image-2020-04-29-10-19-56-570.png
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-29 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095145#comment-17095145
 ] 

Evgeny edited comment on OPENMEETINGS-2253 at 4/29/20, 7:10 AM:


 Sorry for my simplicity, but I see it like that:
#vars
cam=true
mic =true
if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false
  # Events by clicking on new-button:
if (cam and mic) then do-stream-video-audio (both video+audio)
else if (cam and !mic) then do-stream-video (only video)
else if (!cam and mic) then do-stream-audio (only audio)
else if (!cam and !mic) then do-nothing (only hearing).

 About UI:
сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
There are not needed all three buttons. Only one button is needed - this is the 
general request.
Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
Thanks.


was (Author: jbi):
 Sorry for my simplicity, but I see it like that:
#vars
cam=true
mic =true
if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false
#   Events by clicking on new-button:
if (cam and mic) then do-stream-video-audio (both video+audio)
else if (cam and !mic) then do-stream-video (only video)
else if (!cam and mic) then do-stream-audio (only audio)
else if (!cam and !mic) then do-nothing (only hearing).

 About UI:
сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
There are not needed all three buttons. Only one button is needed - this is the 
general request.
Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
Thanks.

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-29 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095145#comment-17095145
 ] 

Evgeny edited comment on OPENMEETINGS-2253 at 4/29/20, 7:10 AM:


 Sorry for my simplicity, but I see it like that:
#vars
cam=true
mic =true
if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false
#   Events by clicking on new-button:
if (cam and mic) then do-stream-video-audio (both video+audio)
else if (cam and !mic) then do-stream-video (only video)
else if (!cam and mic) then do-stream-audio (only audio)
else if (!cam and !mic) then do-nothing (only hearing).

 About UI:
сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
There are not needed all three buttons. Only one button is needed - this is the 
general request.
Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
Thanks.


was (Author: jbi):
 Sorry for my simplicity, but I see it like that:
#vars
cam=true
mic =true
if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false
# Events by clicking on new-button:
if (cam and mic) then do-stream-video-audio (both video+audio)
else if (cam and !mic) then do-stream-video (only video)
else if (!cam and mic) then do-stream-audio (only audio)
else if (!cam and !mic) then do-nothing (only hearing).

 About UI:
сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
There are not needed all three buttons. Only one button is needed - this is the 
general request.
Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
Thanks.

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-29 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17095145#comment-17095145
 ] 

Evgeny commented on OPENMEETINGS-2253:
--

 Sorry for my simplicity, but I see it like that:
#vars
cam=true
mic =true
if mic-not_exist/not_selected/not_connect/disabled_etc then mic=false
if cam-not_exist/not_selected/not_connect/disabled_etc then cam=false
# Events by clicking on new-button:
if (cam and mic) then do-stream-video-audio (both video+audio)
else if (cam and !mic) then do-stream-video (only video)
else if (!cam and mic) then do-stream-audio (only audio)
else if (!cam and !mic) then do-nothing (only hearing).

 About UI:
сan you make a special type of room, at the entrance to which one button will 
be available, instead of separated two?
There are not needed all three buttons. Only one button is needed - this is the 
general request.
Alternatively, you can make all 3 buttons, but add settings about their 
availability and etc, I think, it depends on what is convenient for your code.
Thanks.

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-28 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17094273#comment-17094273
 ] 

Evgeny commented on OPENMEETINGS-2253:
--

Let me describe our conference situation. 
All participants enter the room as a moderator. Someone can be late and should 
not get into the spotlight when enter. 
Participants are usually people aged and conservative.
Main participant interviews other participant one by one. And each participant 
closes it cam and mic after. (i.e. simply:  video-audio stream opens and then 
closes)

Sorry, but after much thought how to change algoritm, I'm returning to the 
first question: why there is impossible make one button (and may be another new 
type of room)? 
It would be easier, doesn't it?

PS. sorry again, but "audio for everyone - and mute" this is not what we need. 
We really liked the quality and functionality of your project (We compared with 
others)
The main comment of our participants is the incomprehensible loss of video, and 
the need to provide a simple, intuitive way to connect.

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-27 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093102#comment-17093102
 ] 

Evgeny commented on OPENMEETINGS-2253:
--

Thank you for the attention. Unfortunately, this mode is not suitable. We 
need each conference participant enter quietly (especially if the conference is 
already going)
Yes, you are right " the general request is make one button to turn on / off 
together - both the camera and the microphone."
i.e. when a participant is asked to answer a question, he must quickly turn on 
and answer, and then also quickly turn off.
Yesterday I upgraded to version M4. I liked the behavior of turning on the 
microphone (before turning on the video) - window does not appear.
Now we recommend to particapants at first switch on mic, and then - camera.
 I think, may be to change the code like this:  
 - when the camera is turned on and the participant turns on the microphone, 
then do unmute mic instead switch-on;
- when the camera is turned on and the participant turns off the microphone, 
then do mute mic instead switch-off
And also, provide for option "audio switch-on" with default audio-muted.
Thanks.


> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Sebastian Wagner
>Priority: Major
> Fix For: 5.0.0-M5
>
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2252) Does not work hotkeys mute.keycode and mute.others.keycode.

2020-04-13 Thread Evgeny (Jira)


[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17082321#comment-17082321
 ] 

Evgeny commented on OPENMEETINGS-2252:
--


Сhecked - does not work

> Does not work hotkeys mute.keycode and mute.others.keycode.
> ---
>
> Key: OPENMEETINGS-2252
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2252
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Maxim Solodovnik
>Priority: Major
>
> Does not work hotkeys mute.keycode and mute.others.keycode.
> When pressed, nothing happens..



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Reopened] (OPENMEETINGS-2252) Does not work hotkeys mute.keycode and mute.others.keycode.

2020-04-12 Thread Evgeny (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evgeny reopened OPENMEETINGS-2252:
--

> Does not work hotkeys mute.keycode and mute.others.keycode.
> ---
>
> Key: OPENMEETINGS-2252
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2252
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Maxim Solodovnik
>Priority: Major
>
> Does not work hotkeys mute.keycode and mute.others.keycode.
> When pressed, nothing happens..



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OPENMEETINGS-2253) Interruption of a video session when the microphone is turned on / off

2020-04-12 Thread Evgeny (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evgeny updated OPENMEETINGS-2253:
-
Description: 
Hello!
1. The participant turns on the camera - a camera window appears.
2. The participant turns on / off the microphone - the camera window closes, 
after a delay of 2-3 seconds it opens, with a change from its original position.
 Each time the microphone is turned on / off, there is a delay and jerking of 
the camera window of the conference participant, with the transition to the 
default position.
For other participants, the camera of this participant also disappears on the 
screen.
 Please make one button to turn on / off together - both the camera and the 
microphone. Or a hotkey. So that the participant at the beginning and at the 
end of the conversation does not press the camera and microphone separately on 
the buttons.
Thanks.

  was:
Добрый день!
1. Участник включает камеру - появляется окно камеры.
2. Участник включает/выключает микрофон - окно камеры закрывается, через 
задержку 2-3сек открывается, с изменением от первоначального положения. 
 При каждом включении/отключении микрофона происходит задержка и передергивание 
окна камеры участника конференции, с переходом в положение по умолчанию.
У остальных  участников также на экране происходит пропадание камеры этого 
участника.
 Сделайте, пожалуйста, одну кнопку для включения/отключения вместе - и камеры и 
микрофона. Или горячую клавишу.  Чтобы участник при начале и в конце разговора 
не нажимал отдельно на кнопки камера и  микрофон. 
Спасибо.


Summary: Interruption of a video session when the microphone is turned 
on / off  (was: Прерывание сеанса видео при отключении/включении микрофона)

> Interruption of a video session when the microphone is turned on / off
> --
>
> Key: OPENMEETINGS-2253
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Maxim Solodovnik
>Priority: Major
>
> Hello!
> 1. The participant turns on the camera - a camera window appears.
> 2. The participant turns on / off the microphone - the camera window closes, 
> after a delay of 2-3 seconds it opens, with a change from its original 
> position.
>  Each time the microphone is turned on / off, there is a delay and jerking of 
> the camera window of the conference participant, with the transition to the 
> default position.
> For other participants, the camera of this participant also disappears on the 
> screen.
>  Please make one button to turn on / off together - both the camera and the 
> microphone. Or a hotkey. So that the participant at the beginning and at the 
> end of the conversation does not press the camera and microphone separately 
> on the buttons.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (OPENMEETINGS-2252) Does not work hotkeys mute.keycode and mute.others.keycode.

2020-04-12 Thread Evgeny (Jira)


 [ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Evgeny updated OPENMEETINGS-2252:
-
Description: 
Does not work hotkeys mute.keycode and mute.others.keycode.
When pressed, nothing happens..

  was:
Не работают горячие клавиши mute.keycode и mute.others.keycode.
При нажатии - ничего не происходит.

Summary: Does not work hotkeys mute.keycode and mute.others.keycode.  
(was: Не работают горячие клавиши mute.keycode и mute.others.keycode)

> Does not work hotkeys mute.keycode and mute.others.keycode.
> ---
>
> Key: OPENMEETINGS-2252
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2252
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Chrome, FF
>Reporter: Evgeny
>Assignee: Maxim Solodovnik
>Priority: Major
>
> Does not work hotkeys mute.keycode and mute.others.keycode.
> When pressed, nothing happens..



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OPENMEETINGS-2253) Прерывание сеанса видео при отключении/включении микрофона

2020-04-12 Thread Evgeny (Jira)
Evgeny created OPENMEETINGS-2253:


 Summary: Прерывание сеанса видео при отключении/включении микрофона
 Key: OPENMEETINGS-2253
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2253
 Project: Openmeetings
  Issue Type: Bug
  Components: Audio/Video
Affects Versions: 5.0.0-M3
 Environment: Chrome, FF
Reporter: Evgeny
Assignee: Maxim Solodovnik


Добрый день!
1. Участник включает камеру - появляется окно камеры.
2. Участник включает/выключает микрофон - окно камеры закрывается, через 
задержку 2-3сек открывается, с изменением от первоначального положения. 
 При каждом включении/отключении микрофона происходит задержка и передергивание 
окна камеры участника конференции, с переходом в положение по умолчанию.
У остальных  участников также на экране происходит пропадание камеры этого 
участника.
 Сделайте, пожалуйста, одну кнопку для включения/отключения вместе - и камеры и 
микрофона. Или горячую клавишу.  Чтобы участник при начале и в конце разговора 
не нажимал отдельно на кнопки камера и  микрофон. 
Спасибо.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

[jira] [Created] (OPENMEETINGS-2252) Не работают горячие клавиши mute.keycode и mute.others.keycode

2020-04-12 Thread Evgeny (Jira)
Evgeny created OPENMEETINGS-2252:


 Summary: Не работают горячие клавиши mute.keycode и 
mute.others.keycode
 Key: OPENMEETINGS-2252
 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2252
 Project: Openmeetings
  Issue Type: Bug
  Components: Audio/Video
Affects Versions: 5.0.0-M3
 Environment: Chrome, FF
Reporter: Evgeny
Assignee: Maxim Solodovnik


Не работают горячие клавиши mute.keycode и mute.others.keycode.
При нажатии - ничего не происходит.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)