getChangeMembershipsLive

abstract fun getChangeMembershipsLive(): LiveData<Map<String, ChangeMembershipState>>

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 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