Skip to content

Commit 2ff3ee9

Browse files
committed
Fix docs
1 parent 082a5e5 commit 2ff3ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/call/impl/src/main/kotlin/io/element/android/features/call/impl/utils/ActiveCallManager.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ interface ActiveCallManager {
5959
fun incomingCallTimedOut()
6060

6161
/**
62-
* Hangs up the active call and removes any associated UI.
62+
* Called when the active call has been hung up. It will remove any existing UI and the active call.
6363
* @param callType The type of call that the user hung up, either an external url one or a room one.
6464
*/
6565
fun hungUpCall(callType: CallType)
6666

6767
/**
68-
* Called when the user joins a call. It will remove any existing UI and set the call state as [CallState.InCall].
68+
* Called after the user joined a call. It will remove any existing UI and set the call state as [CallState.InCall].
6969
*
7070
* @param callType The type of call that the user joined, either an external url one or a room one.
7171
*/

0 commit comments

Comments
 (0)