vopPlayerConfigChangedNotification - Host->Player: Host updates player config

interface PlayerConfigChangedNotification {
    sessionId: string;
    playerConfig: MainSchema.PlayerConfig;
}

Hierarchy (view full)

Properties

sessionId: string
playerConfig: MainSchema.PlayerConfig