Fix kdoc issue

This commit is contained in:
Florian Renaud 2022-10-25 17:38:05 +02:00
parent 649747bbb8
commit 513097585a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class VoiceBroadcastPlayer @Inject constructor(
private var currentRoomId: String? = null
/**
* Map voiceBroadcastId to listeners
* Map voiceBroadcastId to listeners.
*/
private var listeners: MutableMap<String, CopyOnWriteArrayList<Listener>> = mutableMapOf()