Interface PlayerConfigChangedNotificationData

Typed message data for player config changed notification

interface PlayerConfigChangedNotificationData {
    type: "vopPlayerConfigChangedNotification";
    sessionId: string;
    playerConfig: MainSchema.PlayerConfig;
}

Hierarchy (view full)

Properties

type
sessionId: string
playerConfig: MainSchema.PlayerConfig