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