leaveRoom

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

See also