PlaystateRequest

interface PlaystateRequest {
    Command?: PlaystateCommand;
    ControllingUserId?: null | string;
    SeekPositionTicks?: null | number;
}

Properties

PlaystateRequest

ControllingUserId?: null | string

Gets or sets the controlling user identifier.

PlaystateRequest

SeekPositionTicks?: null | number

PlaystateRequest