Ensure call links UX is still available post new calling features.

This commit is contained in:
Cody Henthorne
2023-12-20 11:06:46 -05:00
committed by Clark Chen
parent b55a9f253e
commit 624f863da4
15 changed files with 287 additions and 411 deletions

View File

@@ -13,7 +13,7 @@ sealed interface UpdateCallLinkResult {
val state: SignalCallLinkState
) : UpdateCallLinkResult
class Failure(
data class Failure(
val status: Short
) : UpdateCallLinkResult