Interface SyncPlayApiSyncPlayReadyRequest

Request parameters for syncPlayReady operation in SyncPlayApi.

SyncPlayApiSyncPlayReadyRequest

interface SyncPlayApiSyncPlayReadyRequest {
    readyRequestDto: ReadyRequestDto;
}

Properties

Properties

readyRequestDto: ReadyRequestDto

The player status.

SyncPlayApiSyncPlayReady