leaveRoom

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

See also

LeaveRoom