Hi Maxim, as per your suggestion, I modified update method of
RoomMenuPanel.java file in such way,

update(IPartialPageRequestHandler handler) {
        //in the end
        if(shareVisible) {

handler.appendJavaScript("$('.icon.share.ui-button').click();");
         }
}

But, for some reason, its getting called twice, so showing "download JNLP
dialogbox" twice,
Any idea ?

Thanks.

On Mon, Jun 18, 2018 at 3:59 PM, Maxim Solodovnik <solomax...@gmail.com>
wrote:

> AFAIR dialog stating "Please don't forget to start recording" will be
> displayed on room enter if checked ...
> On Mon, Jun 18, 2018 at 5:25 PM Bhushan Patil <thebhush...@gmail.com>
> wrote:
> >
> > Thanks Maxim, I will try that.
> > Can you tell me the purpose of 'isWaitForRecording' flag in Room class?
> >
> > On Mon, Jun 18, 2018, 7:33 AM Maxim Solodovnik <solomax...@gmail.com>
> wrote:
> >>
> >> You can add following JS to the room code:
> >>
> >> $('.icon.share.ui-button').click()
> >>
> >> This need to be executed after all room components are loaded, and
> >> permission check is done ...
> >> On Sun, Jun 17, 2018 at 5:35 PM Bhushan Patil <thebhush...@gmail.com>
> wrote:
> >> >
> >> > Hi all,
> >> > We have integrated OM 3.0.3 in our application using SOAP API and we
> are facing one issue.
> >> > Most of the time, moderators forgot to record the session.
> >> > I don't think there is some API in OM which enforces the moderator to
> record the screen.
> >> > So we are thinking, as soon as moderator enters the room, JNLP file
> should get downloaded automatically.
> >> > This way, its less likely that he/she will forget to record the
> session.
> >> >
> >> > I looked into openmeetings-web/src/main/java/org/apache/openmeetings/
> web/room/menu/RoomMenuPanel.java and openmeetings-web/src/main/
> java/org/apache/openmeetings/web/room/menu/StartSharingButton.java
> classes but really not getting how should I proceed.
> >> >
> >> > Any help is appreciated.
> >> >
> >> > Thanks.
> >>
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
>
>
>
> --
> WBR
> Maxim aka solomax
>

Reply via email to