Merge pull request #923 from jitsi/fix_ringoverlay_sound

fix(ringoverlay): Path of the ogg file
This commit is contained in:
yanas 2016-09-22 14:08:25 -05:00 committed by GitHub
commit 7eb85fe7aa
1 changed files with 1 additions and 1 deletions

View File

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