inviteUser

abstract suspend fun inviteUser(roomId: RoomId, userId: UserId, reason: String? = null): Result<Unit>

See also