Adding return type in the doc for stop API

This commit is contained in:
Maxime NATUREL 2022-06-15 15:48:03 +02:00
parent eb503b8ab6
commit 082b39e651
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ interface LocationSharingService {
/** /**
* Stops sharing live location in the room. * Stops sharing live location in the room.
* @return the result of the update of the live
*/ */
suspend fun stopLiveLocationShare(): UpdateLiveLocationShareResult suspend fun stopLiveLocationShare(): UpdateLiveLocationShareResult