fix(ringoverlay): Path of the ogg file

This commit is contained in:
hristoterezov
2016-09-22 13:50:10 -05:00
parent b754361268
commit 0e5fe88b5e
+1 -1
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>`;
}