This commit is contained in:
Benoit Marty 2020-07-11 21:57:45 +02:00
parent a35749964c
commit 37378ca5a6

View File

@ -106,7 +106,7 @@ interface RoomService {
callback: MatrixCallback<Optional<String>>): Cancelable callback: MatrixCallback<Optional<String>>): Cancelable
/** /**
* Return a live data of all local changes membership who happened since the session has been opened. * Return a live data of all local changes membership that happened since the session has been opened.
* It allows you to track this in your client to known what is currently being processed by the SDK. * It allows you to track this in your client to known what is currently being processed by the SDK.
* It won't know anything about change being done in other client. * It won't know anything about change being done in other client.
* Keys are roomId or roomAlias, depending of what you used as parameter for the join/leave action * Keys are roomId or roomAlias, depending of what you used as parameter for the join/leave action