[
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)