vopWidgetCall - Player->Host: The player calls for the execution of a widget.@public

interface WidgetCall {
    sessionId: string;
    callId?: string;
    widgetType?: AllowedPropertiesValues.WidgetType;
    parameters?: MainSchema.WidgetParameter[];
    state?: Record<string, string>;
}

Properties

sessionId: string
callId?: string
state?: Record<string, string>