Ver código fonte

Merge pull request #923 from jitsi/fix_ringoverlay_sound

fix(ringoverlay): Path of the ogg file
j8
yanas 8 anos atrás
pai
commit
7eb85fe7aa
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      modules/UI/ring_overlay/RingOverlay.js

+ 1
- 1
modules/UI/ring_overlay/RingOverlay.js Ver arquivo

@@ -69,7 +69,7 @@ class RingOverlay {
69 69
                         <p>${callee.getName()}${callerStateLabel}</p>
70 70
                     </div>
71 71
                 </div>
72
-                <audio id="${this._audioContainerId}" src="/sounds/ring.ogg" />
72
+                <audio id="${this._audioContainerId}" src="./sounds/ring.ogg" />
73 73
             </div>`;
74 74
     }
75 75
 

Carregando…
Cancelar
Salvar