vopNavigationDeniedNotification - Host->Player: Host denies navigation

interface NavigationDeniedNotification {
    sessionId: string;
    reason?: AllowedPropertiesValues.NavigationDenialReason[];
}

Hierarchy (view full)

Properties

Properties

sessionId: string