remove a done TODO comment
This commit is contained in:
@@ -19,7 +19,6 @@ sealed interface RoomCallState {
|
||||
data class StandBy(
|
||||
val canStartCall: Boolean,
|
||||
val isDM: Boolean,
|
||||
// TODO: add is DM to know if should show the voice call option?
|
||||
) : RoomCallState
|
||||
|
||||
data class OnGoing(
|
||||
|
||||
Reference in New Issue
Block a user