• Updates a Room's owner given the slug and a new owner user id. Returns the updated Room. The previous owner is retained as an edit member.

    Parameters

    • slug: string
    • newOwnerId: string
    • OptionalabortSignal: AbortSignal

    Returns Promise<DeviceApi.DSR.Room>