isUserPresent

abstract suspend fun isUserPresent(clientId: String): Boolean

Method to check if user with supplied clientId is online

Parameters

{string} clientId - The client ID to check if it is present in the room.