Commit 15927c8a by Takatoshi Miura

Merge branch 'communication/#43238_audio-archive' into 'develop'

#43238_audio-archive_iOSで音声アーカイブの録画時間が長くなるバグを修正

See merge request !188
parents 114bb9a8 73c65544
......@@ -1586,8 +1586,6 @@ CHAT_UI.refreshArchiveDetailScreen = function (archiveId) {
$("#archive_player").prepend(
'<audio class="archive_audio_player" controls controlsList="nodownload"><source src="' +
archiveFilePath +
'" type="audio/mp3"><source src="' +
archiveFilePath +
'" type="audio/wav"><source src="' +
archiveFilePath +
'" type="audio/ogg"></audio>'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment