jovial-bohr.94-46-172-42.plesk.page Open in urlscan Pro
94.46.172.42  Public Scan

URL: https://jovial-bohr.94-46-172-42.plesk.page/
Submission Tags: yara opendir Search All
Submission: On September 04 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

<form id="form-authenticate">
  <h1 class="h3 mb-3 font-weight-normal" style="margin-bottom: 0 !important;">Join the Meeting</h1>
  <div class="row mt-3">
    <label for="inputMeeting" class="sr-only">Meeting Title</label>
    <input type="name" id="inputMeeting" class="form-control" placeholder="Meeting Title" required="" autofocus="">
  </div>
  <div class="row mt-3">
    <label for="inputMeeting" class="sr-only">Password</label>
    <input type="password" id="inputPassword" class="form-control" placeholder="Password" required="" autofocus="">
  </div>
  <div class="row mt-3">
    <label for="inputName" class="sr-only">Your Name</label>
    <input type="name" id="inputName" class="form-control" placeholder="Your Name" required="">
  </div>
  <label for="inputRegion" class="sr-only">Your Region</label>
  <div class="row mt-3">
    <label for="inputRegion" class="sr-only">Media Region</label>
    <select id="inputRegion" class="custom-select" style="width:100%">
      <option value="us-east-1">United States (N. Virginia)</option>
      <option value="ap-northeast-1">Japan (Tokyo)</option>
      <option value="ap-southeast-1">Singapore</option>
      <option value="af-south-1">South Africa (Cape Town)</option>
      <option value="eu-south-1">Italy (Milan)</option>
      <option value="ap-south-1">India (Mumbai)</option>
      <option value="ap-northeast-2">South Korea (Seoul)</option>
      <option value="ap-southeast-2">Australia (Sydney)</option>
      <option value="ca-central-1">Canada</option>
      <option value="eu-central-1">Germany (Frankfurt)</option>
      <option value="eu-north-1">Sweden (Stockholm)</option>
      <option value="eu-west-1">Ireland</option>
      <option value="eu-west-2">United Kingdom (London)</option>
      <option value="eu-west-3" selected="">France (Paris)</option>
      <option value="sa-east-1">Brazil (São Paulo)</option>
      <option value="us-east-2">United States (Ohio)</option>
      <option value="us-west-1">United States (N. California)</option>
      <option value="us-west-2">United States (Oregon)</option>
      <option value="eu-central-1">eu-central-1 (eu-central-1)</option>
    </select>
  </div>
  <div class="row mt-3">
    <div class="col-12" style="display:none">
      <fieldset>
        <legend>Choose your optional features</legend>
        <div class="custom-control custom-checkbox" style="text-align: left;">
          <input type="checkbox" id="webaudio" class="custom-control-input">
          <label for="webaudio" class="custom-control-label">Use WebAudio</label>
        </div>
        <div class="custom-control custom-checkbox" style="text-align: left;">
          <input type="checkbox" id="fullband-speech-mono-quality" class="custom-control-input">
          <label for="fullband-speech-mono-quality" class="custom-control-label">Set fullband speech (mono) quality</label>
        </div>
        <div class="custom-control custom-checkbox" style="text-align: left;">
          <input type="checkbox" id="fullband-music-mono-quality" class="custom-control-input">
          <label for="fullband-music-mono-quality" class="custom-control-label">Set fullband music (mono) quality</label>
        </div>
        <div class="custom-control custom-checkbox" style="text-align: left;">
          <input type="checkbox" id="simulcast" class="custom-control-input">
          <label for="simulcast" class="custom-control-label">Enable Simulcast for Chrome</label>
        </div>
        <div class="custom-control custom-checkbox" style="text-align: left;">
          <input type="checkbox" id="planB" class="custom-control-input">
          <label for="planB" class="custom-control-label">Disable Unified Plan for Chrome</label>
        </div>
      </fieldset>
    </div>
    <!-- <p id="errorMessage" class="notAllowed" style="display: none; font-size: 18px; font-weight: bold; color: #fff;">To join this meeting, please login at
            https://cxgamesguild.com</p> -->
  </div>
  <div class="row mt-3">
    <button id="authenticate" class="btn btn-lg btn-primary btn-block" type="submit">Join the Meeting!</button>
  </div>
  <div class="row mt-3">
    <!-- <p>Anyone with access to the meeting link can join.</p> -->
  </div>
  <!-- <a id="to-sip-flow" class="row mt-3" href="#">Joining via SIP? Click here.</a> -->
  <div class="row mt-3">
    <div id="progress-authenticate" class="w-100 progress progress-hidden">
      <div class="w-100 progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
    </div>
  </div>
</form>

<form id="form-sip-authenticate">
  <h1 class="h3 mb-3 font-weight-normal">Join a meeting via SIP</h1>
  <div class="row mt-3">
    <label for="sip-inputMeeting" class="sr-only">Meeting Title</label>
    <input type="name" id="sip-inputMeeting" class="form-control" placeholder="Meeting Title" required="" autofocus="">
  </div>
  <div class="row mt-3">
    <label for="voiceConnectorId" class="sr-only">Voice Connector ID</label>
    <input type="name" id="voiceConnectorId" class="form-control" placeholder="Voice Connector ID" required="">
  </div>
  <div class="row mt-3">
    <button id="button-sip-authenticate" class="btn btn-lg btn-primary btn-block" type="submit">Continue</button>
  </div>
  <div class="row mt-3">
    <p>You will need a SIP client in order to join the meeting.</p>
  </div>
</form>

<form id="form-failed-meeting">
  <div class="card border-warning mb-3" style="max-width: 20rem;">
    <div id="failed-meeting" class="card-header"></div>
    <div class="card-body">
      <h4 class="card-title">Unable to find meeting</h4>
      <p class="card-text">There was an issue finding that meeting. The meeting may have already ended, or your authorization may have expired.</p>
      <small id="failed-meeting-error" class="text-muted"></small>
    </div>
  </div>
  <button class="btn btn-lg btn-outline-warning btn-block" type="submit">OK</button>
</form>

<form id="form-need-permission">
  <div class="card border-info mb-3" style="max-width: 20rem;">
    <div class="card-header">Permissions check</div>
    <div class="card-body">
      <h4 class="card-title">Unable to get device labels</h4>
      <p class="card-text">In order to select media devices, we need to do a quick permissions check of your mic and camera. When the pop-up appears, choose <b>Allow</b>.</p>
    </div>
  </div>
</form>

<form id="sip-uri-form">
  <div class="card border-info mb-3" style="max-width: 20rem;">
    <div class="card-header">SIP URI</div>
    <div class="card-body">
      <a id="copy-sip-uri" class="card-title" href="#">Copy</a>
      <input id="sip-uri" class="card-text">
    </div>
  </div>
</form>

<form id="form-devices">
  <h1 class="h3 mb-3 font-weight-normal text-center">Select devices</h1>
  <div class="row mt-3">
    <div class="col-12 col-sm-8">
      <label for="audio-input block">Microphone</label>
      <select id="audio-input" class="custom-select" style="width:100%"></select>
    </div>
    <div class="text-center col-sm-4 d-sm-block">
      <label>Preview</label>
      <div class="w-100 progress" style="margin-top:0.75rem">
        <div id="audio-preview" class="progress-bar bg-success" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>
      </div>
    </div>
  </div>
  <div class="row mt-3">
    <div id="voice-focus-setting" class="col-12 col-sm-8 hidden">
      <input autocomplete="off" type="checkbox" id="add-voice-focus">
      <label style="margin-left: 0.5em" for="voice-focus-setting block">Add Voice Focus</label>
    </div>
  </div>
  <div class="row mt-3">
    <div class="col-12 col-sm-8">
      <label for="video-input block">Camera</label>
      <select id="video-input" class="custom-select" style="width:100%"></select>
    </div>
    <div class="col-sm-4 text-center d-sm-block video-preview">
      <video id="video-preview" class="w-100 h-100" style="max-width:137px;max-height:82px;border-radius:8px"></video>
    </div>
  </div>
  <div class="row mt-3">
    <div class="col-12 col-sm-8">
      <select id="video-input-quality" class="custom-select" style="width:100%">
        <!-- <option value="240p" selected>240p (HD) @ 15 fps (600 Kbps max)</option> -->
        <option value="360p" selected="">360p (nHD) @ 15 fps (600 Kbps max)</option>
        <option value="540p">540p (qHD) @ 15 fps (1.4 Mbps max)</option>
        <option value="720p">720p (HD) @ 15 fps (1.4 Mbps max)</option>
      </select>
    </div>
  </div>
  <div class="row mt-3">
    <div class="col-12 col-sm-8">
      <label for="audio-output block">Speaker</label>
      <select id="audio-output" class="custom-select" style="width:100%"></select>
    </div>
    <div class="col-sm-4">
      <button id="button-test-sound" class="btn btn-outline-secondary btn-block h-50 d-sm-block" style="margin-top:2rem">Test</button>
    </div>
  </div>
  <div class="row mt-3">
    <div class="col-lg">
      <button id="joinButton" class="btn btn-lg btn-primary btn-block" type="submit">Join</button>
    </div>
  </div>
  <div class="row mt-3">
    <div class="col-lg">
      <p>Ready to join meeting <b><span id="info-meeting"></span></b> as <b><span id="info-name"></span></b>.</p>
    </div>
  </div>
</form>

<form id="form-failed-join">
  <div class="card border-warning mb-3" style="max-width: 20rem;">
    <div id="failed-join" class="card-header"></div>
    <div class="card-body">
      <h4 class="card-title">Unable to join meeting</h4>
      <p class="card-text">There was an issue joining that meeting. Check your connectivity and try again.</p>
      <small id="failed-join-error" class="text-muted"></small>
    </div>
  </div>
  <button class="btn btn-lg btn-outline-warning btn-block" type="submit">OK</button>
</form>

Text Content

JOIN THE MEETING

Meeting Title
Password
Your Name
Your Region
Media Region United States (N. Virginia) Japan (Tokyo) Singapore South Africa
(Cape Town) Italy (Milan) India (Mumbai) South Korea (Seoul) Australia (Sydney)
Canada Germany (Frankfurt) Sweden (Stockholm) Ireland United Kingdom (London)
France (Paris) Brazil (São Paulo) United States (Ohio) United States (N.
California) United States (Oregon) eu-central-1 (eu-central-1)
Choose your optional features
Use WebAudio
Set fullband speech (mono) quality
Set fullband music (mono) quality
Enable Simulcast for Chrome
Disable Unified Plan for Chrome
Join the Meeting!




JOIN A MEETING VIA SIP

Meeting Title
Voice Connector ID
Continue

You will need a SIP client in order to join the meeting.

UNABLE TO FIND MEETING

There was an issue finding that meeting. The meeting may have already ended, or
your authorization may have expired.

OK
Permissions check

UNABLE TO GET DEVICE LABELS

In order to select media devices, we need to do a quick permissions check of
your mic and camera. When the pop-up appears, choose Allow.

SIP URI
Copy


SELECT DEVICES

Microphone
Preview

Add Voice Focus
Camera

360p (nHD) @ 15 fps (600 Kbps max) 540p (qHD) @ 15 fps (1.4 Mbps max) 720p (HD)
@ 15 fps (1.4 Mbps max)
Speaker
Test
Join

Ready to join meeting as .


Default microphone
Default camera
Screen Share
Default speaker
Q&A Record Screen Stop Levantar a Mão Clear R. Hands See R. Hands Mute Unmute
Chat Reset Speakers Become Host

Attendees
Chat



GAMES CX GUILD AGENDA

(CET time)

2:00 - 2:10 pm
OPENING REMARKS

2:10 - 3:00 pm
“LEVERAGING SELF-SERVICE TO UNLOCK YOUR ORGANIZATION’S FULL POTENTIAL” with Boyd
Beasley

3:00 - 3:15 pm
BREAK

3:15 - 4:00 pm
“UBISOFT SELF-HELP AND AUTOMATION STRATEGY” with Chris Foster

4:00 - 4:45 pm
“GETTING THE HIGH SCORE IN PLAYER SUPPORT THROUGH AI” with Danny Kuivenhoven

4:45 - 5:00 pm
WRAP UP

Agenda Chat
fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen

fullscreen


UNABLE TO JOIN MEETING

There was an issue joining that meeting. Check your connectivity and try again.

OK