Adding return type in the doc for stop API
This commit is contained in:
parent
eb503b8ab6
commit
082b39e651
|
@ -52,6 +52,7 @@ interface LocationSharingService {
|
|||
|
||||
/**
|
||||
* Stops sharing live location in the room.
|
||||
* @return the result of the update of the live
|
||||
*/
|
||||
suspend fun stopLiveLocationShare(): UpdateLiveLocationShareResult
|
||||
|
||||
|
|
Loading…
Reference in New Issue