Introduce duration for group calls

This commit is contained in:
ismailgulek
2021-04-01 23:55:17 +03:00
parent 72fc878bc1
commit 5d2cb9691e
2 changed files with 22 additions and 0 deletions

View File

@@ -73,6 +73,11 @@
*/
@property (nonatomic, readonly) Widget *widget;
/**
Total duration of the call. In milliseconds.
*/
@property (nonatomic, readonly) NSUInteger callDuration;
/**
The delegate for the view controller.
*/