Browse Source

Merge pull request #923 from jitsi/fix_ringoverlay_sound

fix(ringoverlay): Path of the ogg file
j8
yanas 8 years ago
parent
commit
7eb85fe7aa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/UI/ring_overlay/RingOverlay.js

+ 1
- 1
modules/UI/ring_overlay/RingOverlay.js View File

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

Loading…
Cancel
Save