{
    "AcsCallingSDKWeb": {
        "reaction": {
            "enabled": true,
            "telemetryEventAggregationIntervalInSecond": 3,
            "enableStateServiceConsoleLogs": true,
            "StateServiceProxySettings": {
                "batchedRequestsEnabled": false,
                "websocketAliveTimeAfterLoseFocusInMS": 30000,
                "pingTimeoutInMs": 20000,
                "pongTimeoutInMs": 5000,
                "maxSessionRetries": 2,
                "offlineMessageCacheEnabled": true,
                "maxOfflineMessageCacheLength": 64,
                "maxOfflineMessageCacheTimeInMs": 20000,
                "autoRoutingEnabled": true
            }
        },
        "calling": {
            "mediaMetricsDeviceEventsEnabled": true,
            "allowAccessRawMediaStream": true
        }
    },
    "Ads": {
        "placementsConfigs": {
            "conversationList": {
                "bannersList": ["contactPermission", "linkYourPhone", "clipsUpsell"]
            }
        },
        "skypeNumberUpsellScreenConfig": {
            "enabled": true,
            "titleVariant": 1,
            "subtitleVariant": 1,
            "buttonVariant": 1
        }
    },
    "AsyncMediaClient": {
        "use_emoticon_batch_add": true,
        "storage_limits": {
            "original": {
                "size": 314573500,
                "media_type": "generic_file"
            },
            "imgpsh": {
                "size": 20971520,
                "media_type": "generic_file",
                "format": ["jpeg", "png", "jpg"],
                "width": 10000,
                "height": 10000
            },
            "video": {
                "size": 104857600,
                "media_type": "generic_file"
            },
            "thumbnail": {
                "size": 5242880,
                "media_type": "generic_file"
            },
            "audio": {
                "size": 20971520,
                "media_type": "audio"
            }
        },
        "use_download_multi_queue": true,
        "download_categories": {
            "number_of_parallel_downloads": 5,
            "explicit_user_action": {
                "priority": 30,
                "min_slots": 1,
                "max_slots": 3,
                "inverted": false
            },
            "ui_rendering": {
                "priority": 20,
                "min_slots": 1,
                "max_slots": 3,
                "inverted": false
            },
            "preload": {
                "priority": 10,
                "min_slots": 0,
                "max_slots": 2,
                "inverted": false
            },
            "default": {
                "priority": 10,
                "min_slots": 0,
                "max_slots": 2,
                "inverted": false
            }
        },
        "media_params": {
            "SWIFT.1": {
                "category": {
                    "thumbnail": 3
                }
            },
            "Audio.1": {
                "template": "https://login.skype.com/login/sso?go=mediamessage&amp;%1",
                "title": "Some title",
                "description": "Audio Message",
                "layoutType": "icon"
            },
            "Video.1=Flik.1": {
                "title": "",
                "description": "Moji",
                "template": "https://login.skype.com/login/sso?go=xmmfallback&%1"
            },
            "Picture.1": {
                "create_local_message": true,
                "template": "https://login.skype.com/login/sso?go=xmmfallback?pic=%1",
                "required_content_ids": ["imgpsh"]
            },
            "File.1": {
                "template": "https://login.skype.com/login/sso?go=xmmfallback&docid=%1",
                "create_local_message": true,
                "malware_scan_needed": true,
                "expiration_period": 30,
                "required_content_ids": ["original"]
            },
            "Video.1=Message.1": {
                "description": "Video Message",
                "title": "Video Message",
                "template": "https://login.skype.com/login/sso?go=xmmfallback&vim=%1",
                "required_content_ids": ["video", "thumbnail"],
                "malware_scan_needed": false,
                "expiration_period": 3650,
                "create_local_message": true
            },
            "Audio.1=Message.1": {
                "title": "Audio Message",
                "description": "Audio Message",
                "template": "https://login.skype.com/login/sso?go=xmmfallback&am=%1",
                "required_content_ids": ["audio"],
                "malware_scan_needed": false,
                "create_local_message": true
            }
        },
        "url_preview_service_url": "https://urlp.asm.skype.com/v1/url/info?url=",
        "fallback_to_file": true, 
        "pes_config": "https://skymu.app/ecs/pes/pes_config_2.json",
        "telemetry_enabled": false,
        "cache_emoticon_assets": true,
        "cache": {
            "emoticon_cache_size": 500000000,
            "media_cache_size": 300000000
        },
        "trusted_domains": "go.skype.com;login.skype.com;*.api.skype.com;*.asm.skype.com;*.asm.skype.net;*.secure.skypeassets.com;*.secure.skypeassets.net;secure.skypeassets.com;secure.skypeassets.net;latest-webclient.skype.com;web.skype.com;apps.skypeassets.com;img-s-msn-com.akamaized.net",
        "auth_trusted_domains": "go.skype.com;login.skype.com;*.api.skype.com;*.asm.skype.com;*.asm.skype.net;latest-webclient.skype.com;web.skype.com",
        "provisioned": true,
        "media_messaging_enabled": true,
        "legacy_link_template": "<a href=\"https://api.asm.skype.com/s/i?%1\">https://api.asm.skype.com/s/i?%1</a>",
        "max_sharings_at_once": 1,
        "url_preview_enabled": true,
        "url_preview_queue_shared": true,
        "storage_transform_rules": [],
        "distribution_transform_rules": [{
                "target": "original",
                "sources": [{
                        "type": "content",
                        "name": "original"
                    }
                ],
                "transform_params": {
                    "media_type": "generic_file",
                    "actions": null
                }
            }, {
                "target": "video",
                "sources": [{
                        "type": "content",
                        "name": "video"
                    }
                ],
                "transform_params": {
                    "media_type": "video",
                    "format": "mp4",
                    "actions": null
                }
            }, {
                "target": "audio",
                "sources": [{
                        "type": "content",
                        "name": "audio"
                    }
                ],
                "transform_params": {
                    "media_type": "audio",
                    "format": "mp4",
                    "actions": null
                }
            }, {
                "target": "thumbnail",
                "sources": [{
                        "type": "content",
                        "name": "thumbnail"
                    }
                ],
                "transform_params": {
                    "media_type": "image",
                    "format": "jpeg",
                    "actions": null
                }
            }, {
                "target": "imgpsh_fullsize",
                "sources": [{
                        "type": "content",
                        "name": "imgpsh"
                    }
                ],
                "transform_params": {
                    "media_type": "image",
                    "action": null
                }
            }, {
                "target": "avatar_fullsize",
                "sources": [{
                        "type": "content",
                        "name": "avatar"
                    }
                ],
                "transform_params": {
                    "media_type": "image",
                    "format": "jpeg",
                    "actions": [{
                            "action": {
                                "scale_type": "fit",
                                "width": 800,
                                "height": 800
                            }
                        }
                    ]
                }
            }, {
                "target": "imgpsh_mobile_save",
                "sources": [{
                        "type": "content",
                        "name": "imgpsh"
                    }
                ],
                "transform_params": {
                    "media_type": "image",
                    "format": "jpeg",
                    "actions": [{
                            "action": {
                                "scale_type": "fit",
                                "width": 2048,
                                "height": 2048
                            }
                        }
                    ]
                }
            }, {
                "target": "imgpsh_thumbnail_wp",
                "sources": [{
                        "type": "content",
                        "name": "imgpsh"
                    }, {
                        "type": "profile",
                        "name": "imgo"
                    }
                ],
                "transform_params": {
                    "media_type": "image",
                    "format": "jpeg",
                    "actions": [{
                            "action": {
                                "scale_type": "fill",
                                "width": 216,
                                "height": 216
                            }
                        }
                    ]
                }
            }, {
                "target": "imgt1",
                "sources": [{
                        "type": "content",
                        "name": "imgpsh"
                    }, {
                        "type": "profile",
                        "name": "imgo"
                    }
                ],
                "transform_params": {
                    "media_type": "image",
                    "format": "jpeg",
                    "actions": [{
                            "action": {
                                "scale_type": "fill",
                                "width": 348,
                                "height": 340
                            }
                        }
                    ]
                }
            }, {
                "target": "imgt2",
                "sources": [{
                        "type": "content",
                        "name": "imgpsh"
                    }, {
                        "type": "profile",
                        "name": "imgo"
                    }
                ],
                "transform_params": {
                    "media_type": "image",
                    "format": "jpeg",
                    "actions": [{
                            "predicate": {
                                "aspect": "square",
                                "epsilon": "0.1"
                            },
                            "action": {
                                "scale_type": "fill",
                                "width": 150,
                                "height": 150
                            }
                        }, {
                            "predicate": {
                                "aspect": "horizontal",
                                "epsilon": "0.1"
                            },
                            "action": {
                                "scale_type": "fill",
                                "width": 210,
                                "height": 150
                            }
                        }, {
                            "predicate": {
                                "aspect": "vertical",
                                "epsilon": "0.1"
                            },
                            "action": {
                                "scale_type": "fill",
                                "width": 150,
                                "height": 210
                            }
                        }
                    ]
                }
            }, {
                "target": "imgpsh_thumbnail_win",
                "sources": [{
                        "type": "content",
                        "name": "imgpsh"
                    }, {
                        "type": "profile",
                        "name": "imgpsh_fullsize"
                    }, {
                        "type": "profile",
                        "name": "imgo"
                    }
                ],
                "transform_params": {
                    "media_type": "image",
                    "format": "jpeg",
                    "actions": [{
                            "predicate": {
                                "aspect": "square",
                                "epsilon": "0.1"
                            },
                            "action": {
                                "scale_type": "fill",
                                "width": 164,
                                "height": 164
                            }
                        }, {
                            "predicate": {
                                "aspect": "horizontal",
                                "epsilon": "0.1"
                            },
                            "action": {
                                "scale_type": "fill",
                                "width": 230,
                                "height": 164
                            }
                        }, {
                            "predicate": {
                                "aspect": "vertical",
                                "epsilon": "0.1"
                            },
                            "action": {
                                "scale_type": "fill",
                                "width": 164,
                                "height": 230
                            }
                        }
                    ]
                }
            }, {
                "target": "imgo",
                "sources": [{
                        "type": "content",
                        "name": "imgpsh"
                    }
                ],
                "transform_params": {
                    "media_type": "image",
                    "format": "jpeg",
                    "actions": [{
                            "action": {
                                "scale_type": "fit",
                                "width": 800,
                                "height": 800
                            }
                        }
                    ]
                }
            }
        ],
        "distribution_presentation_pool_size": 0
    },
    "ClientLogin": {
        "url": "https://clientlogin.cdn.skype.com/cdn/6.0.1/release/index.html",
        "msaRegistrationFlow": "phone2",
        "ifExistsVersion": "2.0",
        "msaFlight": "hsu,ReservedFlight33,ReservedFlight67",
        "msaPsi": "skype"
    },
    "ConsumerEntitlement": {
        "SCE": {
            "StopShowingCallingSales": true,
            "StopShowingCreditSales": true,
            "StopShowingSkypeNumbersSales": true,
            "UserServices": {
                "Client": {
                    "Features": {
                        "CallerIdTelemetryOnSMSSent": true,
                        "ImprovedPollingTelemetryEnabled": true,
                        "UIEnabled": true,
                        "BackendEnabled": true,
                        "AdvancedPullingEnabled": true,
                        "RateIntegrationEnabled": true,
                        "ReactivationEnabled": false,
                        "DialpadConfig": {
                            "Old": true,
                            "V10": false,
                            "V20": false
                        },
                        "DarkerDialerBarEnabled": true,
                        "NewUcuxCallActionEnabled": false
                    },
                    "Experiments": {
                        "SkypeToPhoneBanner": "bannerShow",
                        "SkypeToPhoneCard": "newCta",
                        "SkypeToPhoneInProfile": true
                    },
                    "Service": {
                        "Host": "consumer.entitlement.skype.com",
                        "RetryInterval": [{
                                "Codes": ["40401", "40402", "40162", "40163"],
                                "Pattern": [5000, 10000, 20000, 30000, 60000]
                            }, {
                                "Codes": ["50310", "IOException"],
                                "Pattern": [1000, 2000, 4000, 8000, 16000]
                            }
                        ],
                        "RetryLimit": 5
                    }
                },
                "ServiceGroups": {
                    "Credit": ["pstn"],
                    "Calling": ["plan", "package", "minute_plan"],
                    "OnlineNumbers": ["skypein", "skypein2"],
                    "PersonalExpressions": ["moiji"]
                }
            },
            "PersonalizedOffers": {
                "Features": {
                    "SearchOnViewMoreClick": {
                        "enabled": true,
                        "nativeSearchOnSecondClick": false
                    },
                    "PromotionsEndpointsTelemetryEnabled": true,
                    "DynamicRecommendationsLoadingEnabled": true,
                    "RecommendationsToLoadCount": 0,
                    "UpsellOnBalanceStateSettings": {
                        "cardsToShow": 7,
                        "defaultOpened": true
                    },
                    "FreeTrialsEnabled": true,
                    "UpsellOnBalanceStateEnabled": true
                }
            },
            "Dialpad": {
                "EmergencyCall": {
                    "allowedCountries": ["gb", "fi", "au", "dk", "us", "pr", "gu", "vi", "mp", "as"]
                },
                "E911": {
                    "enabledCountries": ["us", "pr", "gu", "vi", "mp", "as"],
                    "locationEnabled": true,
                    "locationUpdateEventEnabled": true
                },
                "ContactsSearch": {
                    "T9SearchEnabled": true,
                    "ExecutionDelay": 280
                },
                "Features": {
                    "SaveContactEnabled": true,
                    "TasterPromotionEnabled": true,
                    "ExtensionDialingEnabled": true,
                    "SmsButtonEnabled": true,
                    "OldDialerEnabled": false,
                    "NewDialerEnabled": true,
                    "EditablePhoneNumberInputEnabled": true
                },
                "CountryCodeToCountryDefault": {
                    "1": "us",
                    "7": "ru",
                    "44": "gb",
                    "47": "no",
                    "61": "au",
                    "64": "nz",
                    "262": "re",
                    "358": "fi",
                    "500": "fk",
                    "590": "gp"
                }
            },
            "CallingSubscriptions": {
                "Features": {
                    "ManageSubscriptionsUXImprovements": true,
                    "MinutesResetEnabled": true,
                    "UpgradeEnabled": true
                },
                "UpgradeSettings": {
                    "Threshold": 0.3
                }
            },
            "SkypeToPhoneBanner": {
                "Features": {
                    "BannerEnabled": true,
                    "ForceShowBanner": false
                }
            }
        }
    },
    "CQF": {
        "Tenant": "Media Agent Prod",
        "TenantToken": "eab9f6f272f94c0380e89c46324ede7a-34dc0748-fb55-4485-b82c-ea7753fb9887-7371",
        "CqfExperience": 12
    },
    "DebugabilitySquad": {
        "enableDiagnosticTools": true,
        "blacklist": ["TestID"],
        "userBlacklist": ["blacklisted_bad_user", "live:.cid.3b6eb539c0d93598"],
        "brb_enabled": false,
        "brb_upload_logs_for_hockeyapp_crash": false
    },
    "ECS": {
        "ConfigLogTarget": "default"
    },
    "ECS_Scorecards_Test": {},
    "ECSCONFIG": {
        "g": 0,
        "c": 0,
        "TelemetryEnabled": {
            "fetch_config": false,
            "suspend_resume_fetch": false
        },
        "login_config_fetch_delay": 200,
        "cache_save_delay": 10000,
        "disable_fetch_in_background": true,
        "disable_fetch_in_call": true
    },
    "ECSTest2": {
        "ResourceIdmatch": false
    },
    "Join": {
        "meetings": {
            "apiHost": "https://meetnow.skype.com",
            "useMeetingsApiForJoinUrlGeneration": true
        },
        "autoJoinCall": true,
        "useFingerprintForJoinLink": false,
        "guestFlow": {
            "enabled": true,
            "useLatestApiForGuestCreation": false
        }
    },
    "JoinLauncher": {
        "cdn": "//az801095.vo.msecnd.net/dev/JoinLauncher",
        "version": "v1"
    },
    "MDN_MIDDLELANE_TEAMS": {
        "liveStream": {
            "hydraPlayerUmsSettings": {
                "ecsSettings": {
                    "runtimeLoadPolicy": {
                        "maxTimeToFirstByteMs": 8000,
                        "maxLoadTimeMs": 25000
                    },
                    "updateStatsWithFullReport": true,
                    "sdnOptions": {
                        "name": "peer5",
                        "url": "https://sdk.msit.ecdn.teams.microsoft.com/peer5.js",
                        "plugin": "https://sdk.msit.ecdn.teams.microsoft.com/peer5.middlelane-ums.v1.plugin.js"
                    },
                    "allowPlayButton": true,
                    "allowSdnPlugins": true,
                    "monitorVideoFrameRate": true,
                    "enableOverlayStats": true
                }
            },
            "hydraPlayerHlsSettings": {
                "ecsSettings": {
                    "runtimeLoadPolicy": {
                        "maxTimeToFirstByteMs": 8000,
                        "maxLoadTimeMs": 25000
                    },
                    "updateStatsWithFullReport": true,
                    "noMediaTimeoutMs": 30000,
                    "noMediaStreamSwitchTimeoutMs": 12000,
                    "skipCookie": true,
                    "traceTolerance": 10000,
                    "sendSnapshotTelemetry": true,
                    "sendSnapshotTelemetryEveryMs": 300000,
                    "switchingPolicy": {
                        "verifyNewJoin": true,
                        "minimumRetryDelay": 100,
                        "probingPolicy": {
                            "maxPlaylistUpdateDelay": 9000
                        },
                        "ecsOrder": ["true:false", "false:false", "true:true", "false:true"]
                    },
                    "stopCrash": true,
                    "allowPlayButton": true,
                    "enableOverlayStats": true
                }
            },
            "hlsSettings": {
                "hlsConfig": {
                    "startLevel": -1,
                    "testBandwidth": true,
                    "liveSyncDurationCount": 3,
                    "liveMaxLatencyDurationCount": 6
                },
                "liveStreamPlayerConfiguration": {
                    "hydraPlayerWebSdkUrls": ["https://res-1.public.onecdn.static.microsoft/s01-ml-player/4.25162.1/hydra_player_hls_bundle.js", "https://res-4.public.onecdn.static.microsoft/s01-ml-player/4.25162.1/hydra_player_hls_bundle.js"],
                    "useHydraPlayerWebSdk": true
                },
                "thaScript": "https://sdk.tha.teams.microsoft.com/tha.js",
                "logHlsJsEvents": true,
                "switchingPolicy": {
                    "verifyNewJoin": true,
                    "minimumRetryDelay": 100,
                    "probingPolicy": {
                        "maxPlaylistUpdateDelay": 9000
                    }
                }
            },
            "umsSettings": {
                "thaScript": "https://sdk.tha.teams.microsoft.com/tha.js",
                "liveStreamPlayerConfiguration": {
                    "hydraPlayerWebSdkUrls": ["https://res-1.public.onecdn.static.microsoft/s01-ml-player/4.25176.1/hydra_player_ums_bundle.js", "https://res-4.public.onecdn.static.microsoft/s01-ml-player/4.25176.1/hydra_player_ums_bundle.js"]
                }
            }
        }
    },
    "MDN_TRAP": {
        "Service": {
            "url": "https://edge.skype.com/trap",
            "tokenUrl": "https://edge.skype.com/trap/tokens",
            "disabled": false
        },
        "Relay": {
            "addresses": ["20.202.248.0"],
            "fqdns": [],
            "tcpPort": 443,
            "udpPort": 3478,
            "Lync": {
                "addresses": [],
                "fqdns": ["euaz.relay.teams.microsoft.com"],
                "tcpPort": 443,
                "udpPort": 3478
            },
            "Skype": {
                "addresses": ["20.202.248.0"],
                "fqdns": [],
                "tcpPort": 443,
                "udpPort": 3478
            },
            "Turn": {
                "addresses": [],
                "fqdns": ["eu.relay.skype.com"],
                "tcpPort": 443,
                "tlsPort": 443,
                "udpPort": 3478,
                "url": ""
            }
        },
        "Http": {
            "connectionTimeout": 30,
            "requestTimeout": 60
        },
        "Token": {
            "earlyRefreshMinutes": 9720,
            "earlyRefreshPercentage": 4
        }
    },
    "MDNRAP": {
        "Session": {
            "EnableLockOnDedicatedRelay": 1,
            "SendHS2UponConnectingToDR": 1,
            "EuthanizeRelaysOnEarlyHS2": 1,
            "XAsymmetricStreamDetection_MDN835": 1,
            "ChannelCheckTimeoutMsec": 4000,
            "ChannelCheckTriggerGapMsec": 60000
        }
    },
    "MediaAgent": {
        "MultiStream": {
            "VideoIndexMin": -1,
            "VideoIndexMax": -1
        }
    },
    "MicrosoftTeamApprovals": {
        "EsignTeamsEndpointMigrationEnabled": false,
        "DisableFullTrustJoinedTeamsAPI": true,
        "EsignGatewayEUDBEnabled": true,
        "isEUDB": false,
        "ServiceWorkerEnabled": true,
        "EsignTemplateReoderEnabled": true,
        "EsignGatewayNewDomainEnabled": true,
        "ClientFetchListProfilePics": true,
        "EsignGatewayEnabled": true,
        "EditableTextApprovals": true,
        "IsFormV2ApiEnabled": true,
        "ShareLinkEnabled": true,
        "TemplateSequentialApprovalsEnabled": true,
        "SyntexESignEnabled": "Dev,Int,Ppe,Prod",
        "GroupApprovalPeoplePickerEnabled": true,
        "GroupApprovalNotificationEnabled": "Dev,Int,Ppe,Prod",
        "MaxNumberOfUsersInGroupForNotification": 20,
        "MultipleAttachments": true,
        "MultipleAttachmentsIOS": true,
        "MultipleAttachmentsAndroid": true,
        "FlowAttachmentEnabled": true,
        "SequentialApprovalsDesktopEnabled": true,
        "SequentialApprovalsMobileEnabled": true,
        "EUDBAriaCompliance": true,
        "VivaAmplifyEnabled": "Dev,Int,Ppe,Prod",
        "VivaAmplifyTeamNotificationEnabled": "Dev,Int,Ppe,Prod",
        "VivaAmplifySendAdaptiveCardEnabled": "Dev,Int,Ppe,Prod",
        "EnableFormsResponseDuplicate": true,
        "EnableFormsResponseAutoMigration": true,
        "TemplateManagementButtonEveryoneShow": true,
        "StatefulNotificationsEnabled": "Dev,Int,Ppe,Prod,Gcc,Gcch,Dod,Gallatin",
        "AdditionalFilters": true,
        "AdditionalSourceFilter": false,
        "EnableExpandRequestHistory": "Dev,Int,Ppe,Prod",
        "NewToEsignCoachMarkEnabled": true,
        "printPDF": true,
        "MaxNumberOfApprovers": 50,
        "DocusignEnhancedWebhook": true,
        "ESignCreateIOS": true,
        "ESignCreateAndroid": true,
        "InTemplatePromotion": false,
        "TeamTagEnabled": true,
        "RestoreGroupEnabled": true,
        "PriorityColumnEnabled": true,
        "AdobeStageViewEnabled": true,
        "DocusignStageViewEnabled": true,
        "ESignListIOS": true,
        "ESignListAndroid": true,
        "ESignDetailsIOS": true,
        "ESignDetailsAndroid": true,
        "DataExportEnabled": true,
        "DataExportStatusPollInterval": 15000,
        "DataExportCoachMarkEnabled": true,
        "ViewerPermissionEnabled": false,
        "AddViewerOnCreateEnabled": false,
        "UseCacheForViewerPermissions": true,
        "TTLOfViewerRoleCache": "2",
        "GroupApprovalEnabled": true,
        "GroupApprovalReassignEnabled": false,
        "GroupApprovalNudgeEnabled": false,
        "UseHpaToAccessUserShards": true,
        "DocusignWebhookEnabled": true,
        "FetchResourceTokenFromServiceForHosts": "android,ios,web,desktop",
        "AdminGroupEnabled": true,
        "UseSniForSubstrate": true,
        "NewTemplateManagementButtonEnabled": true,
        "TemplateManagementButtonCoachMarkValue": "TemplateListScopeCoachMark_20211031",
        "RedisHealthCheckEnabled": true,
        "CosmosDBHealthCheckEnabled": true,
        "AdobeRefreshTokenFlowEnabled": true,
        "DocusignRefreshTokenFlowEnabled": true,
        "ShowNewRequestPageToggleButton": true,
        "RequestPageVersionByDefault": 1,
        "RequestPageVersionIOS": 2,
        "RequestPageVersionAndroid": 2,
        "UseHpaToAccessGroupShards": true,
        "OnlineWorkflowSchemaVersion": "v2.0",
        "SourceColumnEnabled": true,
        "DocusignEnabled": true,
        "DocusignEnabledIOS": false,
        "DocusignEnabledAndroid": false,
        "AdobeSignTemplates": true,
        "AdobeEnabled": true,
        "AdobeEnabledIOS": false,
        "AdobeEnabledAndroid": false,
        "AdobeViewDetailsEnabled": true,
        "PersonalAppV2": true,
        "AdobeSignSearchAPI": true,
        "AdobeSigninPage": true,
        "ReassignEnabled": true,
        "ListTeamTemplateInstancesBatchEnabled": true,
        "ListTeamTemplateInstanecsBatchSize": 10,
        "ListTeamTemplateInstancesBatchRetry": 3,
        "NudgeApproversEnabled": true,
        "CreateDiffEnvEnabled": true,
        "CreateDiffEnvEnablediOS": true,
        "CreateDiffEnvEnabledAndroid": true,
        "SharePointPickerEnabled": true,
        "SharePointPickerEnabledForVanityDomain": true,
        "MarkdownEnabled": true,
        "RBAC_5ApproversOnly": "Dev,Int,Ppe,Prod,Gcc,Gcch",
        "RoleBasedAdaptiveCards": "Dev,Int,Ppe,Prod,Gcc,Gcch",
        "RBAC_NoOfApprovers": "60",
        "ShowUserFREButton": true,
        "ShowUserFREButtonAndroid": true,
        "ShowUserFREButtonIOS": true,
        "NotificationAPIv2": "Dev,Int,Ppe,Prod,Gcc",
        "ListEnvironmentsFlowAPICall": "Dev,Int,Ppe,Prod,Gcc,Gcch,Dod,Gallatin",
        "EnvironmentPicker": true,
        "EnvironmentPickerIOS": true,
        "EnvironmentPickerAndroid": true,
        "PeoplePickerRetrySearchThreshold": 5,
        "UITemplateRingEnv": "prod,ppe,int,dev",
        "MobileEntryMenuEnabledIOS": true,
        "MobileEntryMenuEnabledAndroid": true,
        "PeoplePickerMezzoAPI": true,
        "UI_ShowAppHeader": true,
        "ProvisioningAPIEnabledEnvs": "Dev,Int,Ppe,Prod,Gcc",
        "TemplateEnabled": true,
        "EnableTemplateFileAttachment": true,
        "TemplatePreviewEnabled": true,
        "AdaptiveCardV2": true,
        "CustomResponsesEnabled": true,
        "CustomResponsesEnabledIOS": true,
        "CustomResponsesEnabledAndroid": true,
        "MaxCustomReponseOptions": 2,
        "RequiredCustomResponseOptions": 1,
        "ChannelPeopleResultsPageSize": 1000,
        "PeoplePickerV2": true,
        "FileUploadEnabled": true,
        "FileUploadEnabledIOS": true,
        "FileUploadEnabledAndroid": true,
        "FileUploadAcceptedTypes": "",
        "OpenUploadedFilesIOS": true,
        "OpenUploadedFilesAndroid": true
    },
    "MicrosoftTeamLearning": {
        "isAcademyErrorFrameworkEnabled": true,
        "ShouldIgnoreCAUpdateBasedOnTimestamp": "*",
        "isEditInLPEnabledForDraftAndAutoSave": true,
        "IsM365V2APIEnabled": true,
        "IsSingleContainerFeatureCAEnabledForTenant": "0ddc2504-7edd-45e1-97c4-199ebb541bd2",
        "isPreviewUnsavedChangesInAcademyEnabled": true,
        "isDFEndPointEnabled": false,
        "IsSharepointImageValdiationEnabled": "*",
        "MaxFileSizeAllowedInMBForSharepointThumbnail": 20,
        "SupportedMimeTypesForSharepointThumbnails": ["image/png", "image/jpeg", "image/gif"],
        "isSkillsClientReArchEnabled": true,
        "IsBulkExportParallelProcessingEnabled": false,
        "LearnerRecordsBulkExportMaxJobExecutionDurationInHours": 24,
        "DegreeOfParallelismForBulkExport": 1,
        "isLearnerRecordBulkExportEnabled": true,
        "IsCleanupFailedToDeleteLCARecordsEnabledTenantId": "",
        "IsDefaultSortOrderEnabledForTenant": "*",
        "IsIncludeAdditionalSearchFieldsEnabledForTenant": "*",
        "AdditionalSearchFields": ["Contributor", "DisplaySourceType", "ContentSource"],
        "BlobStorageAccountName_DFGL": "lastgprodwus2",
        "IsGraphApiForSharepointFileContentEnabled": "*",
        "IsGraphApiForSharepointPermissionsEnabled": "*",
        "isEditInLPEnabled": true,
        "isSortByEnabled": true,
        "IsRebuildSearchIndexEnabledForTenant": "*",
        "SearchIndexVersion": 3,
        "RebuildSearchIndexBatchSize": 200,
        "IsDeleteOldSearchIndexesScheduledJobEnabled": true,
        "MaximumUtilizedSpacePercentageCutOffForSearchIndexRebuild": 80,
        "SharedCatalogIngestionIndexName": "sharedcatalog-index-4",
        "SharedCatalogSearchIndexName": "sharedcatalog-index-4",
        "SearchServiceUrlListForMoveOut": ["https://viva-learning-search-prod-nam-ca-1.search.windows.net"],
        "IsOceEnabled": false,
        "isDeleteEnabledForGraphProvider": true,
        "IsGraphProviderDeleteEnabled": "*",
        "IsNumberOfViewsInSearchIngestionEnabledForTenant": "*",
        "NumberOfViewsRealTimeSearchIngestionFrequency": 5,
        "isLearningTabNewArchEnabled": true,
        "isSERPWithSharedHookEnabled": true,
        "IsCopilotLicenseCheckEnabledForTenants": "*",
        "IsFetchCopilotLicenseFromGraphEnabledForTenant": "b1474f08-2a43-4e7a-84f7-0f336ed5fccb,9495d6bb-41c2-4c58-848f-92e52cf3d640,fd799da1-bfc1-4234-a91c-72b3a1cb9e26",
        "shouldForceLicenseCacheAndNetwork": true,
        "ExecutiveUsers": [],
        "isScormProgressTrackingEnabled": false,
        "isLCDetailViewMigrated": true,
        "isLPDetailViewMigrated": true,
        "isLPAdminPageMigrated": true,
        "isCommonFeedbackEnabled": true,
        "isCommonSurveyEnabled": true,
        "isNewSupportEnabled": true,
        "IsCalendarCollectionEnabled": "*",
        "isCommonSearchModalEnabled": true,
        "isCommonSearchModalEnabledOnLearningTab": true,
        "isCommonSearchModalEnabledOnManagePermissions": true,
        "isCommonSearchModalEnabledOnManageAcademies": true,
        "IsAdvancedSearchEnabledOnRelatedCourses": "*",
        "isAdminSettingSearchOptimizationEnabled": true,
        "IsAdvancedSearchEnabledOnComposeExtension": "*",
        "isCommonNavigationEnabled": true,
        "IsAdvancedSearchEnabled": true,
        "IsGenericSearchBoostingDisabledForTenant": "",
        "IsMSLearnLocaleMismatchCatalogFilteringEnabled": true,
        "isGetFeaturedLOQueryCallAfterOneDay": false,
        "isExecutivePicksEnabled": false,
        "CosmosDBBlockedContainers": [],
        "ShouldLogDetailsForIngestion": true,
        "FilterGlobalCosmosLOsBasedOnEnabledSources": true,
        "IsFilteringSFFilesDisabledInFetchStage": true,
        "enableHeartbeatSyncInLMSPipeline": true,
        "isCopySFLRSDataToLearnerEnabled": true,
        "timeDelayToRequeueProcessingMessage": 180,
        "UserGroupsMembershipsExpiryTimeSpanInMinutes": "720",
        "UserProfileSeededLicenseExpirationTimeInMinutesConfig": "10080",
        "UserProfileLicenseAboutToExpireTimeInMinutesConfig": "10080",
        "UserProfileLicenseExpirationTimeInMinutesConfig": "10080",
        "SourceExpiryDays": 365,
        "IsUserProfileForLRSLicenseCheckEnabled": true,
        "IsSearchHADREnabled": true,
        "LRSDataExpiryDays": 90,
        "enableLearningItemSFRecomputationTriggerScheduledJob": true,
        "IsSFLRSDataFixEnabled": false,
        "IsSFLRSDataFixScheduledJobEnabled": false,
        "isAcademiesEnabled": false,
        "IsSFCompletionStatusV2Enabled": true,
        "AddCourseActivityEdmEntities": true,
        "isGo1PlayerEnabledForAllContentFormat": false,
        "IsLearningPathInstantPublishEnabled": true,
        "IsScopeValidationOnCatalogGraphApisEnabled": true,
        "isStandAloneMVPEnabled": false,
        "SFUserMappingRules": {
            "IgnoreLeadingZeroes": false,
            "LeadingPrefixesToIgnore": null,
            "UserExtensionAttributeName": ""
        },
        "IsPGPKeyPairValidationEnabledForSF": true,
        "IsUserGroupMembershipsCachingEnabled": true,
        "IsRefreshUserGroupsOnDemandEnabled": false,
        "IsNewCosmosInstanceForNewTenantsEnabled": false,
        "CurrentCosmosInstanceIdForNewTenants": "0",
        "DeletionQueueName": "LMSDeletionQueue",
        "IsAdminConfigKeyRotationJobEnabled": true,
        "MaxIngestionInProgressDurationInMinutes": 2160,
        "isLearningPathWithSectionsEnabled": true,
        "isNotificationBatchingEnabled": true,
        "IsGenerativeThumbnailV2Enabled": true,
        "isMsLearnPlayerEnabled": false,
        "IsPopulatePermissionsFlagScheduledJobEnabled": true,
        "isSpecialCharacterAllowedInSearch": true,
        "LinkedInAPIPackagingVersion": 1,
        "IsTenantEnabledForAzureConnectionManagerJob": true,
        "MaxTenantsProcessingAllowedPerRunForAzureConnectionManagerJob": 5000,
        "MaxAzureIngestionOnDemandMessageCount": 1000,
        "AzureIndexMaxErrorDurationInMinutes": 300,
        "AzureIndexMaxDurationBeforeIngestionInMinutes": 225,
        "IsFilterOnAssignmentsByDateDisabled": false,
        "IsRegenerativeThumbnailV2Enabled": false,
        "isGraphCAEEnabled": false,
        "isFatHeaderRemoveEnabled": true,
        "providerThrottlingEnabledForGraphAPI": true,
        "IsUserFlightedForScoringProfiles": true,
        "IsSoftLinkEnabled": false,
        "IsSSOEnabledForComposeExtension": false,
        "IsEnrichLearningObjectForAppTokenFlowEnabled": false,
        "IsLearningPathEnabled": true,
        "IsLRSUserRecommendationDeleteEnabled": false,
        "IsUsageOfLOIDInGraphApiEnabled": true,
        "RegionalConcurrencyValueForNotifications": 10,
        "GoLocalConcurrencyValueForNotifications": 2,
        "EndDateForNotificationFixJob": "12/31/2027",
        "BatchSizeForNotifications": 200,
        "LowFrictionTrialDurationInDays": 60,
        "isBaseCatalogPermissionsEnabled": true,
        "IsTenantFlightedForScoringProfiles": false,
        "IsNewTelemetryClassificationEnabled": true,
        "IsSPLinkItemSupportEnabled": true,
        "isCatalogPermissionsEnabled": true,
        "TrustedPartnerAppsForApiOnboarding": ["b21d935e-2486-479e-a9f9-0472e42ad654", "0a5ec315-817e-4f80-a07d-b8d992322b8d", "bca1a7df-eaa5-4d78-b0fb-0a43ec711937", "9219f5d1-a777-4035-bd0c-a5e236d3ad4e", "a4d9bb09-84b9-4cef-a54d-b8a0ac5edc83", "d93c3f28-d48f-4ba3-83af-5c36d8037a7f", "00000003-0000-0000-c000-000000000000", "395a47ef-fe34-4879-b50c-2ad830a1bab1", "fc41ed7e-c3bd-4b03-ae89-f663cdc452b1", "8d23a791-af0d-4da4-808b-22223591bf23", "ec2b6b75-aacf-4662-bbbf-6a91394ce2e5", "7d2bccb4-d279-4800-84dd-15caed283b5d", "2caa9aa4-deaf-4c25-8a45-2542cbd78d98", "2c1a896c-ac3f-48ef-b627-1b1c7953c9b8", "4191bd61-f637-4e6b-ad23-2ef5740bf083", "9605de81-d9c7-4a2c-a938-e268b17c48e4", "adb53b4f-b05f-4dcb-a2e1-9111380568c3", "83a34322-2783-465c-9e92-861fad0eb150", "501297ff-affd-41da-9def-144ca05d9438", "c3902fe2-1cd3-4421-a55c-a469fa4042be", "cede7d51-9596-43af-a960-5aafbdc1134e", "c40da342-5325-4be4-89cb-51a16fbbf9fc", "6f9dbc98-9bc6-4861-8fca-972a33afabb7", "632edb7b-675b-4d6c-b8d5-ef4f1f8b6dc3", "f207d88d-7cc5-4d0a-a9c4-27cac6ca22d6", "5ef9b282-3233-40ac-bea3-0efff231b870", "629c93c9-a1e1-4580-86d3-1ffa025140c0", "b3265c71-fd21-40a7-a7ee-0f86b5d1a19b", "de8bc8b5-d9f9-48b1-a8ad-b748da725064", "104690b0-814b-4068-a5bf-6b1211e12cf5", "81938eb5-8e18-4cda-80f8-1ab58647034e", "5e3ec81a-a261-48e4-b638-c7e8860a7671", "ec422d9c-d674-4925-8e4a-909c4baa8aa5", "2e10ba0b-b642-4923-8630-08c8f9dff4fd", "1dbcd717-7087-4ccb-9e1e-348c604531ba", "6c682960-2df3-475e-ab6f-e46e181314ab"],
        "isLiLHubFirstPartySSOEnabled": false,
        "scheduledJobAllowedTenants": [],
        "isScheduledJobEnabledForAllTenants": true,
        "EnableValidationOnCatalogAPIs": true,
        "IsTenantFlightedForGoLocalDogfood": false,
        "PerformAppValidationOnCatalogAPIs": false,
        "UseAzureIndexOverSubstrate": true,
        "IsSFUserMappingSyncNewCodePathEnabled": true,
        "IsCatalogPermissionsEnabled": true,
        "scheduledJobToTriggerSourceDeletionJob": false,
        "scheduledJobToTriggerLearningSourceIngestion": false,
        "scheduledJobToTriggerCleanupConnectionManagerJob": false,
        "ScheduledJobToTriggerNotifications": false,
        "scheduledJobToTriggerSCMSITIngestion": false,
        "scheduledJobToTriggerAzureConnectionManager": false,
        "scheduledJobToTriggerAzureIngestion": false,
        "scheduledJobToTriggerCreateConnectionManagerJob": false,
        "scheduledJobFixNotificationCreateDate": false,
        "ScheduledJobToSendNotifications": false,
        "scheduledJobToTriggerGlobalSourcesFetchJob": false,
        "IsFixAddScaleScopeIdInTenantMetatdataScheduledJobEnabled": false,
        "IsSPMetadataSupportEnabled": true,
        "isFetchProviderOnDemandJobEnabled": true,
        "isSourceDeletionOnDemandJobEnabled": true,
        "isProcessLMSDataOnDemandJobEnabled": true,
        "isTriggerSourceDeletionOnDemandJobEnabled": true,
        "isUserDashboardPerfImprovementEnabled": true,
        "IsAccessControlPermissionEnabledForSharePoint": true,
        "isBackNavigationEnabled": true,
        "isELDLearningPlayerEnabled": true,
        "GetSharePointM365PermissionSupportDate": "2018-04-25T00:00:00+00:00",
        "isRecommendationLRSMigrationEnabled": true,
        "IsRegenerativeThumbnailEnabled": true,
        "isInlineShareEnabled": true,
        "isNotificationJobMigrationEnabled": true,
        "isGenerativeThumbnailEnabled": true,
        "IsSvg2PngConversionSkipEnabled": true,
        "isDetailsViewQueryDecouplingEnabled": true,
        "MultiShardMSITSubstrateShardNames": ["SUBSTRATEMULTISHARDMSIT_LEARNINGAPPCONNECTORV9S1", "SUBSTRATEMULTISHARDMSIT_LEARNINGAPPCONNECTORV9S2", "SUBSTRATEMULTISHARDMSIT_LEARNINGAPPCONNECTORV9S3", "SUBSTRATEMULTISHARDMSIT_LEARNINGAPPCONNECTORV9S4", "SUBSTRATEMULTISHARDMSIT_LEARNINGAPPCONNECTORV9S5", "SUBSTRATEMULTISHARDMSIT_LEARNINGAPPCONNECTORV9S6", "SUBSTRATEMULTISHARDMSIT_LEARNINGAPPCONNECTORV9S7", "SUBSTRATEMULTISHARDMSIT_LEARNINGAPPCONNECTORV9S8", "SUBSTRATEMULTISHARDMSIT_LEARNINGAPPCONNECTORV9S9"],
        "isLearningObjectRatingEnabled": true,
        "isRatingEnabled": true,
        "IsMultiShardSchemaMigrationJobEnabled": false,
        "FetchDataFromMSITAzureIndex": false,
        "UnprocessedTenantListToMigrate": ["a1ec00fa-dd64-4612-8fb4-9ad0da96ff62"],
        "IsTenantEnabledForTFMigration": true,
        "IsComposeExensionDefaultContentEnabled": true,
        "CachingGetLearningObjectsByInterestsEnabled": true,
        "IsTaskFabricMigrationJobEnabled": true,
        "EnableScormContent": false,
        "RemoveLicenseFromBootCriticalPath": true,
        "IsLRSRecommendationNotificationEnabled": true,
        "IsRecommendationMigrationComplete": true,
        "IsBringYourOwnContentEnabled": true,
        "IsProviderCatalogDeletionEnabled": true,
        "IsTaskFabricDataMigrationSchedulerEnabled": true,
        "IsLinkUnfurlEnabled": true,
        "EnableDetailsViewExpFromTenantDB": false,
        "isSwitchToProviderIdForAssignmentEnabled": true,
        "isSwitchToProviderIdForCourseEnabled": true,
        "isBYOCAddSharePointContentEnabled": true,
        "ShouldRouteRequestToDogfoodCluster": false,
        "isLinkUnfurlingEnabled": true,
        "isSubscriptionLockUXEnabled": true,
        "isSubscriptionIconLogicEnabledFor3P": false,
        "isSubscriptionIconLogicEnabledForLMS": false,
        "isLmsRecommendationEnabled": true,
        "enabledLagroSources": ["Skillsoft"],
        "MaxNumberOfSharepointItemsToIngest": 1000,
        "MaxNumberOfSharepointFolderLevelsToCrawl": 10,
        "IsCleanUpDuplicateLearningSourcesJobEnabled": false,
        "EnableMetaDataFromTenantDB": true,
        "isB2TaskFabricApiPathEnabled": true,
        "TaskFabricApiPath": "/todob2/api/v1",
        "isRTLFallbackToEnglishEnabled": true,
        "IsQueryChangeForBookMarkCountEnabled": true,
        "EnabledLMSFeatures": [{
                "SourceType": 9,
                "IsCatalogEnabled": true,
                "IsLRSEnabled": true,
                "IsCatalogPermissionsEnabled": true,
                "IsConfigEnabledFromAdminTab": false
            }, {
                "SourceType": 10,
                "IsCatalogEnabled": true,
                "IsLRSEnabled": true
            }, {
                "SourceType": 11,
                "IsCatalogEnabled": true,
                "IsLRSEnabled": true,
                "IsCatalogPermissionsEnabled": true
            }, {
                "SourceType": 21,
                "IsCatalogEnabled": true,
                "IsLRSEnabled": true
            }, {
                "SourceType": 1,
                "IsCatalogPermissionsEnabled": true
            }
        ],
        "IsRecommendationDetailsV2Enabled": true,
        "IsPopulateDefaultTenantFeaturedSetData": false,
        "FeaturedSetDefaultLearningObjectIds": ["b2a0007e-9437-40e7-9f1d-3ae66b9b0987", "c257cff7-84e8-4d2e-a2ad-55a7405e157c", "36723ea6-8ef7-427e-8961-4119692035f4", "d06d88e6-28f4-43a4-932c-de86218dbef4", "ec2508e7-feda-434b-b930-1799332b8bd1"],
        "IsLRSDeletePartitionEnabled": false,
        "IsLRSOldRecordCleanupSchedulerEnabled": false,
        "StartCleanupProviderIdScheduler": false,
        "StartCourseCleanupProviderIdScheduler": false,
        "IsLRSCourseRecordCleanupSchedulerEnabled": false,
        "CleanupBatchSizes": {
            "batchProcessSize": "20",
            "itemsToBeFetched": "20",
            "itemsToBeReturned": "300"
        },
        "IsLRSNewRecordCleanupSchedulerEnabled": true,
        "isCourseCompletionEnabled": false,
        "isSystemInitiatedSurveyEnabled": true,
        "isAssignmentV2Enabled": true,
        "isFeaturedContentCacheEnabled": true,
        "CachingGetLearningObjectBySourceTypeEnabled": true,
        "IsTenantGeoCacheEnabled": true,
        "IsAssignmentAPIEnabledForTenant": false,
        "IsTenantLicenseCheckEnabled": true,
        "isBackfillingEnabled": true,
        "isDisableSourcesOnLosingLicenseEnabled": true,
        "premiumLicenseSkus": ["VIVA_LEARNING", "VIVA_LEARNING_FACULTY", "VIVA", "VIVA_FACULTY", "VIVA_GLINT", "VIVA_GLINT_FACULTY"],
        "seededLicenseSkus": ["SPE_E3", "SPE_E3_RPA1", "M365_F1", "SPE_F1", "STANDARDPACK", "STANDARDPACKWITHEXCHANGEARCHIVE_ADDON", "STANDARDWOFFPACK", "ENTERPRISEPACK", "ENTERPRISEPACKWITHOUTPROPLUS", "DESKLESSWOFFPACK", "DESKLESSPACK", "DESKLESSPACK_ADDON", "DESKLESSPACK_YAMMER", "SPB_TEST1", "SPE_E3_TEST", "STANDARDPACK_TEST", "ENTERPRISEPACK_TEST", "ENTERPRISEPACKWITHOUTPROPLUS_TEST", "DESKLESSPACK_YAMMER_TEST", "SPE_E5", "DEVELOPERPACK_E5", "SPE_E5_CALLINGMINUTES", "SPE_E5_NOPSTNCONF", "ENTERPRISEPREMIUM", "ENTERPRISEPREMIUM_ESC", "ENTERPRISEPREMIUM_CALLINGMINUTES", "ENTERPRISEPREMIUM_NOPSTNCONF", "ENTERPRISEPREMIUM_NOPBIPBX", "SPE_E5_NOPSTNCONF_TEST", "ENTERPRISEPREMIUM_BACKFILLTEST", "ENTERPRISEPREMIUM_NOPSTNCONF_TEST", "O365_BUSINESS_ESSENTIALS", "SMB_BUSINESS_ESSENTIALS", "SPB", "O365_BUSINESS_PREMIUM", "SMB_BUSINESS_PREMIUM", "M365EDU_A3_FACULTY_RPA1", "M365EDU_A3_FACULTY", "M365EDU_A5_FACULTY", "M365EDU_A5_NOPSTNCONF_FACULTY", "STANDARDWOFFPACK_FACULTY", "STANDARDWOFFPACK_FACULTY_DEVICE", "STANDARDWOFFPACK_IW_FACULTY", "ENTERPRISEPACKPLUS_FACULTY", "ENTERPRISEPREMIUM_FACULTY", "ENTERPRISEPREMIUM_NOPSTNCONF_FACULTY", "STANDARDPACK_FACULTY", "ENTERPRISEPACK_FACULTY", "STANDARDWOFFPACK_HOMESCHOOL_FAC", "M365EDU_A3_FACULTY_TEST", "M365EDU_A5_FACULTY_TEST", "ENTERPRISEPACKPLUS_FACULTY_TEST", "ENTERPRISEPREMIUM_FACULTY_CALLINGMINUTES", "M365EDU_A5_FACULTY_CALLINGMINUTES"],
        "isUserAssignedPlansEnabled": true,
        "isTenantAssignedPlansEnabled": true,
        "IsPopulateTenantMetadataEnabled": false,
        "IsServiceRegionalizationEnabled": true,
        "isFeatureContentEnabled": true,
        "isServiceLevel": true,
        "isScormPlayerEnabled": false,
        "isSharepointPermissionsSettingEnabled": true,
        "isViewsTrendEnabled": true,
        "isSettingsEnabled": true,
        "isHeadlessMode": true,
        "isMyLearningCachingEnabled": true,
        "isTeamsPaddingRemoved": true,
        "isAssignmentEnabled": true,
        "isRandomizeLOsDisabled": false,
        "isThumbnailImageServiceWorkerEnabled": true,
        "isNewExperienceEnabled": true
    },
    "MicrosoftTeamsClientAndroid": {
        "enableAudioServiceApiOnBackgroundThread": true,
        "dualPresenceEnabled": true,
        "enableTflCloudRecordingConsumption": true,
        "videoTranscodingRefactoringEnabled": true,
        "platform": {
            "dropWebviewSavedStateEnabled": true,
            "dropWebviewSavedStateThresholdInKB": 600,
            "calculateSavedStateBundleSizeEnabled": true,
            "isNAAPrefetchEnabled": true,
            "isBotUriInteractiveAuthEnabled": true,
            "botCitationAdaptiveCardEnabled": true,
            "enableAiBotStreaming": true,
            "enableCopilotHandoff": true,
            "adaptiveCardVimeoDailyMotionMediaEnabled": true,
            "adaptiveCardYoutubeMediaEnabled": true,
            "messagingExtensionMultiParamsEnabled": true,
            "responsiveLayoutForCardsEnabled": true,
            "reactNativeMonobridgeEnabled": true,
            "linkUnfurlingDomainPriority": {
                "isEnabled": true,
                "priorityApps": {
                    "cd2d8695-bdc9-4d8e-9620-cc963ed81f41": "c92c289e-ceb4-4755-819d-0d1dffdab6fa"
                }
            },
            "jsPerfTrackingEnabled": true,
            "isBotMentionTagEnabled": true,
            "isAppLessLinkUnfurlingV2Enabled": true,
            "appTraySortingTelemetrySyncDuration": 86400000,
            "enableWebMessageListener": true,
            "enableStaticMessageExtensionDiscoveryFeature": true,
            "enableMeetingShareDeeplink": true,
            "enableOauthForAdaptiveCardsV2": true,
            "enableSSOForAdaptiveCardsV2": true,
            "enableAuthenticationBlockUsageForAdaptiveCardsV2": true,
            "authenticationBlockHonourTimeInMinutesForAdaptiveCardsV2": 360,
            "clearWebStorage": true,
            "enableCollabCloudApis": true,
            "collabCloudEndpointUrl": "https://teams.microsoft.com/api/platform/",
            "extensibilityMultiResourcesTeamsiteDomainEnabled": true,
            "extensibilityMultiResourcesMysiteDomainEnabled": true,
            "enableLOBAppsAcquisitionFix": true,
            "enableAppInstallationForMessageExtensionAdaptiveCardsV2": true,
            "enableRefreshForAdaptiveCardsOnClosingTaskModule": true,
            "enableCardActionInvokeComplianceData": true,
            "enableAdaptiveCardEmptyChoicesetFix": true,
            "enableAdaptiveCardDirectorySearch": true,
            "enableActionExecuteForMessageExtensionAdaptiveCards": true,
            "enableRefreshForMessageExtensionAdaptiveCards": true,
            "maxMemberCountForAdaptiveCardsAutomaticRefresh": 60,
            "enableContextMenuForAdaptiveCards": true,
            "jsonBasedStaticTabEnabled": true,
            "readSupportedPlatformsFlagForStaticTabsEnabled": true,
            "readSupportedPlatformsFlagForConfigTabsEnabled": true,
            "allowChatAppEntitlementsSyncFromActivity": true,
            "blockedApps": ["6b9cc557-e24a-4744-a370-407e717f2195", "16332d3e-5eef-4d71-80e6-4d5a86b7b822", "7b0641d9-8e1f-4415-99da-c80f8c175c69", "089d82a1-632c-4bb2-b307-23b8166b0113", "2ccabd94-c7ca-4c99-94bb-356d98398409", "acbf66b6-22ab-4e51-98d4-00bb91897116", "a99cb12c-d46a-4f7a-87c5-06b2da1cb746", "6615e379-7eb9-4e65-afee-2c8a9322aa4b", "c1de80e3-f0e4-4962-bcae-fa23e70366a5", "b756a1a0-1b2f-42ff-90b5-b2a98281fc83", "7a0c1d53-f647-4d76-ab2c-fbc0d73c8bb0", "84c2de91-84e8-4bbf-b15d-9ef33245ad29", "c447be50-d9a3-4c34-b6e4-15ad0ef542bd", "44263ed4-f1ac-4e96-93aa-d24dd50459ea", "b7b8b186-b39d-4028-ac91-84528eebc3e0", "7fabc104-4759-437e-ac5c-9aba7f3a09af", "46fae4d0-faf5-11e9-80f3-53ad33b77bce", "a59fe11a-7ae8-4569-94d1-081c83ab59b6", "effd9d69-e11a-497e-a405-ff79c024e973", "5b876856-c90d-47f8-a6fc-8de780f76cc7", "d7d081d4-d24e-4652-aea6-280db1fd2219", "b8e32e5f-bad2-490b-9470-55d8917cf73a", "9f859fc4-0b17-4bf7-abff-f50a73cbe5ab", "7656ec6e-c63b-4571-8ab8-95d1c451d1e6", "14072831-8a2a-4f76-9294-057bf0b42a68", "a2be9b85-098e-4e62-b51f-756ae2f551a8", "27a3e6d5-98b7-45f7-a04a-7dd7e19edebe", "com.microsoft.teamspace.tab.files.sharepoint", "2399aa4e-bba7-4993-a552-16781e510f76", "eb6dada2-bc16-40fe-b9e9-0d0ab3916704", "cd2d8695-bdc9-4d8e-9620-cc963ed81f41", "83c83baa-0b22-4bc5-9a37-1d8e6ab6fd7b", "3ae27f31-ceea-4d13-a212-cdc9d786eae1", "36ae0e3d-3446-48d0-86cb-b8bde5265cd4", "b712da79-73c8-4d56-8531-1e180c95e9d1", "1a24a3a3-1fda-4f70-abee-40bba8c638e8", "com.microsoft.teamspace.tab.file.staticviewer.excel", "3ed5b337-c2c9-4d5d-b7b4-84ff09a8fc1c", "17e00609-c03b-44e4-b516-fb2d2232e95d", "86ce8ab3-7472-47ef-9cf5-7225ff0c77d5", "9f1a4ae0-6ae2-475d-973d-c89687d03753", "cc649732-0f1c-41be-bb52-fbeaab71c7cf", "e1946271-e466-41f9-adba-c5bbe53e56a4", "474c7f73-c3dd-4b94-96f0-23f7fa771cee", "8bd0dbd9-defe-4a4a-aa75-0c3b5396cad2", "0ec566bc-a37a-46ca-a252-54af50dfa86e", "5fdd80e2-4d58-4c5c-ac85-356c1b2a0bba", "5a0e35f9-d3c8-45b6-9dd9-983ab47f1b83", "90a27c51-5c74-453b-944a-134ba86da790", "7fceea0d-ed46-4394-876a-9b95b55be8e4", "d4460828-ddde-4619-b40b-39412667f7a3", "bd9fb5cb-4d02-4cc6-a7f4-52a8a62d30b7", "442cc7cc-4faa-469c-b8f8-581b2d5bd8aa", "95e54205-5e03-45e7-abef-1e8a41374407", "6eacb5f0-68b0-46f0-9507-9e906c6861fc", "3e036580-07e4-11eb-abda-0962f34e6510", "23a02895-ba8c-40e0-a274-ffa11fc9684f", "2b58c90b-d22b-4b5a-8a1f-6f6e6f3a7e92", "2d96b540-aa26-431b-bc31-222321c762e3", "75d1c59c-8b16-462f-ae74-d98210a39258", "75d3e61c-e5b7-45cc-9b2a-0f8c98a6b91b", "7cd7b1f7-095d-4aaa-9d01-753a015f17b7", "aa3abc6b-b10d-4f6d-b5e0-14af44fab745", "4c0c1f9b-7500-4eac-8d48-3fffe69b3b91", "3564714a-1e68-40c6-ba09-2e9eac549942", "6d1f20e6-538e-4748-896a-1d7d5998d418", "7439ed9e-8ef5-4525-ac80-21d84eb1f90e", "28a06151-a6ba-4817-9ab4-454fb6e59cc6", "f1a2add5-d007-4062-a10a-60f4ea29fdbc", "205214d0-e04b-11e9-9332-5b5c97b60069", "1eb81651-f5d3-4e95-bceb-5ae2ffffd00e", "bf9c1c49-a529-451e-a81d-ac94cfdbec3e", "com.microsoft.teamspace.tab.notes", "b85718a3-6d15-4f59-8fad-b6809c6fc6a9", "ca4b5141-5c46-47bc-a05e-2733d9bd69aa", "5f56e504-48aa-46a0-bd6d-2231355b2830", "00001016-de05-492e-9106-4828fc8a8687", "25b07509-bc6a-4a53-b683-9beb24e55570", "30e8c77f-acd9-453f-958a-82baf329c73d", "com.microsoft.teamspace.tab.powerbi", "com.microsoft.teamspace.tab.file.staticviewer.powerpoint", "57799d60-92cd-40fd-8051-3570a1290828", "65abccad-bf65-497c-8ea2-eec2036b6f13", "a4b9907d-cff2-4771-91d5-30cb794f00c5", "659243fc-ebc2-42fa-aa43-dfcad0f8bcd1", "1d20e5e6-7310-4029-aa63-3efc9e84e926", "c6462b50-a869-45e1-88b6-734c7087df25", "4608dd75-e769-46f0-8f28-ac18c714cad1", "14510476-fa9d-4dad-add9-aa5975a60a8b", "0fdcda7d-5ce6-41a0-b5a3-4fa867815487", "38ff7ef9-c2ff-4a65-9774-a5d338ae708d", "8c9f8e8e-fe2d-4542-84ab-1d30c4a735fc", "7824020d-ce5a-420f-ab91-2dc72f27834a", "3bf2e254-d6c9-4e0c-b269-1c80c1220dc4", "7792759a-43e8-4dc8-9f55-e7b0382c4a67", "1dc264f0-30a4-4585-9ed9-febabfa6fd7e", "73e63b28-e6b1-48fe-9ca5-b6801b5bd4d5", "bcb050bd-ad7e-4e0e-94a7-e38d7fa098c9", "e946766a-060d-4b50-bc90-f8de7b48b184", "effe13ef-00e2-4d55-a207-f2d9d1dd7263", "def85aef-c838-4f6b-b76e-53292aaa43d9", "37664cf9-dd77-4681-b286-430107bea7bf", "32772d29-4df0-4c7d-bade-8f35fe9101a3", "1d192ad2-6590-4179-a088-daff383a52b5", "62a00d05-797b-4e83-bf9c-8ea6b3163878", "com.microsoft.teamspace.tab.file.staticviewer.visio", "bae0fc3b-3f87-41d5-a144-02d536f827c3", "51abb001-38d9-4d2a-a877-069e07099ad6", "6f9f20ca-95d0-4534-8f23-b36ad7e3955a", "com.microsoft.teamspace.tab.file.staticviewer.word", "a671596c-9fb7-40ba-9915-c3420781b0db", "bc4e7b4a-0ae5-49be-a56f-743e16aca230", "8a1da635-7529-4456-b43a-56cbd865c3cf", "39e837f8-e135-4130-94a2-ed89ac575cd1", "88ffccc0-71cf-4451-8783-898b7b944814", "3a54620f-98a1-4804-bcdc-fa7324d8fbd0", "0d820ecd-def2-4297-adad-78056cde7c78", "d7958adf-f419-46fa-941b-1b946497ef84", "1c256a65-83a6-4b5c-9ccf-78f8afb6f1e8", "3e0a4fec-499b-4138-8e7c-71a9d88a62ed", "1820aede-4323-4996-825e-08f059160995", "ef56c0de-36fc-4ef8-b417-3d82ba9d073c", "ab5bada7-9e08-4bfb-8e93-ff13caf9fde7", "d7958adf-f419-46fa-941b-1b946497ef95", "260b1611-c836-438b-9ad6-7899dd338fbd", "fd97e350-a8a5-46fc-8b7b-ef3880807647", "73d49226-b5c0-42f0-b918-acd20e8a22d8", "48e6b6e2-80ce-4dc7-86a9-ef738e1c6f53", "3051bc8e-e666-491a-afe9-03b0855ef83e", "b1a9388f-48df-4752-849e-7d7b12483e30", "3ddb70b6-c3c0-48af-8c47-f2b00a246ef0", "6e106207-4565-4312-b3ea-bbe9b3ed0a02", "330061de-47a3-4d83-a252-87cc45250010", "96a116ab-6847-4d22-90f3-f4dd6af74938", "861228c3-eefd-462f-9b13-24dae6530ac3", "a5a12021-afd1-4384-8baa-1363193a0509", "5af6a76b-40fc-4ba1-af29-8f49b08e44fd", "35af9cb3-8392-4473-9dd0-9295bab6a199", "100e3882-b881-4b6e-8dba-2cc8884af5d3", "b5abf2ae-c16b-4310-8f8a-d3bcdb52f162", "5966c135-e05f-4ce0-81e0-e138fe8e9583", "74fef386-4a06-42ef-a68e-7c6f72bfcffd", "4a6520d6-94a8-4730-9184-24997b9b3401", "1f8c20f5-d70f-4f8e-93e1-31d8fce0c8c9", "43a6e7fb-bd10-4c0a-b02e-6a9c86ba272a"]
        },
        "EnableAudioTranscoding": true,
        "enableEngageTokenRefresh": true,
        "enablePreChatProfileContextMenu": true,
        "enablePreChatNavigationFromBar": true,
        "enableLobbyChatForAttendees": true,
        "threadPropStreamingEnabled": true,
        "onePlayerOkHttpEnabled": true,
        "enableEmailVerifiedProfileCard": true,
        "chatFilesTab": true,
        "DirectoriesToOptimise": {
            "directoriesToDelete": [{
                    "directoryPath": "cache/Lens",
                    "deletionStrategy": "Oldest",
                    "thresholdSizeInMB": 10,
                    "thresholdHours": 24
                }
            ]
        },
        "enableContextMenuForFiles": true,
        "fileSizePreview": true,
        "shareContactAtMention": true,
        "calendar": {
            "enableMeetingDescriptionWebview": false
        },
        "enableEmailVerifiedLabel": true,
        "mobileLandscapeEnabledForEdu": true,
        "enableUsersCanAdmitFromLobby": true,
        "resourcesSupportingSilentAuth": ["https://whiteboard.microsoft.com", "aa580612-c342-4ace-9055-8edee43ccb89", "https://retailservices.teams.microsoft.com", "https://walkietalkie.teams.microsoft.com", "9ea1ad79-fdb6-4f9a-8bc3-2b70f96e34c7", "https://officevoicefrontdoor.officeapps.live.com", "446f6ff1-f129-4dd2-930e-c5c620fb4121"],
        "runLegacyV2Migrations": true,
        "adaptiveCard": {
            "fluentIconCdnRoot": "https://res.cdn.office.net",
            "fluentIconCdnPath": "assets/fluentui-react-icons/2.0.226"
        },
        "media": {
            "share_via_screenshot_loop_fix": true,
            "mediaSourceTelemetryEnhancementEnabled": true,
            "shouldRetainMediaOrderInMessageArea": true,
            "maxOCItemsAllowed": 30,
            "maxOCVideosAllowed": 10,
            "videoMessageMaxDurationLimit": 60,
            "enableNewLongPressInteraction": true,
            "messageConfigurationEnabled": true,
            "closedCaptionsEnabled": true
        },
        "files": {
            "skipMetadataCallForPdfFilePreview": true,
            "useSpoApiForSharingUploadedFile": true,
            "webpackOneUpEnabled": true,
            "isRedirectionToUnionAppEnabled": true,
            "OfficeAppMetaData": {
                "WORD": {
                    "storeId": "com.microsoft.office.officehubrow"
                },
                "EXCEL": {
                    "storeId": "com.microsoft.office.officehubrow"
                },
                "POWERPOINT": {
                    "storeId": "com.microsoft.office.officehubrow"
                }
            },
            "enableFileDelete": true,
            "enableVideoCDNSupport": true
        },
        "enableDropResourceTokenRequests": false,
        "meeting": {
            "isDialInOnlyMeetingJoinFix": true
        },
        "enableFRELoadingTimeout": false,
        "enableMultilingualCaptions": true,
        "checkEDOnlyPolicyOnTenant": true,
        "useBottomSheetUtility": true,
        "search": {
            "enableEnqueueExceptionInterceptorForMsai": true
        },
        "enableEnqueueExceptionHandler": true,
        "dropResourceTokenRequests": false,
        "enableVoiceMsgCleanup": true,
        "enableImmersiveReaderTokenEncryption": true,
        "m365chat": {
            "pluginAuthErrorMessageEnabled": true,
            "pluginManagementEnabled": true,
            "enableAdaptiveCardsInChat": true
        },
        "dciLowEndThreshold": 0.35,
        "toggleGridLayoutEnabled": true,
        "gridLayoutFREEnabled": true,
        "suppressLastMessageEnabled": true,
        "enableApplyFormattingProcessorV2": true,
        "enableReactionsLogging": true,
        "reactionsUpdateStrategy": 5,
        "enableGuardianAnnouncements": true,
        "deprecateCustomDBDefinition": false,
        "cefMessageActionsEnabled": true,
        "l2ShowCachedMessagesEnabled": true,
        "enableCefMessageEditorSite": true,
        "enableSetOrientationOnConfigChange": true,
        "backgroundPruneJobInterval": 24,
        "autoPruneInterval": 24,
        "isParentsAppFreV2Enabled": true,
        "activityFeedNavListDetail": true,
        "activityFeedTitleChangeEnabled": true,
        "enableGuardiansPreferredMethodAndSmsInvite": 1,
        "enableParentTeacherMeetingScheduling": true,
        "freemiumEndOfLifeDetailsJSON": {
            "isFreemiumEoLBottomSheetEnabled": true,
            "freemiumEoLDate": "2023-04-12",
            "marketingUpgradeUrl": "https://go.microsoft.com/fwlink/?linkid=873049",
            "isPromoTextEnabled": true
        },
        "sensitivityLabelsCopyProtectionEnabled": true,
        "enableBaiduMigration": false,
        "maxBaiduMigrationSkippableDays": 30,
        "maxOldBaiduUninstallReminderCount": 4,
        "googleAuthCustomScopePhase1Enabled": true,
        "richTextBlockRecycling": true,
        "low_memory_fix_enabled": true,
        "enable_spannable_string_comp_fix": true,
        "enable_optimised_chat_list_refresh": true,
        "enableIntentTrackVersionedAPI": true,
        "smb": {
            "useIntentV3API": true
        },
        "bottomBarLargeFormFactorLeftRailEnabled": true,
        "hideSkypeFromSignInHint": true,
        "enableGuardiansReEntryInviteUpdate": true,
        "isGuardianHomePageAppEnabled": true,
        "officeLensWhitelistedTelemetryEvents": ["VideoLaunch", "LaunchLens"],
        "enableAudioBluetoothFilterHeadsetOnly": true,
        "reportFullyDrawnInMainActivity": false,
        "isCSAAfdEndpointFromAuthzEnabled": true,
        "enableMeetingChatBubbles": true,
        "isParentsContactCardEnabled": true,
        "isParentsEmailClickEnabled": true,
        "isParentsPhoneClickEnabled": true,
        "enableLazyInitFirebase": "true",
        "enableChatFps": false,
        "removeMyActivity": true,
        "activityFreFeedEnabled": false,
        "activityFreFeedV2Enabled": true,
        "tasksAdaptiveCardEnabled": true,
        "isParentsAppEnabled": true,
        "enableInactiveGuardianBanner": true,
        "isGuardianTeacherChatEnabled": true,
        "canShowExpandedReactions": true,
        "enableL1ViewDropShadow": true,
        "downloadDisabledFileTypes": ["fluid", "one", "onenote", "notes", "notepin", "note", "whiteboard", "loop"],
        "nordenModelsSupportedConsole": ["PolyStudioX30", "PolyStudioX50", "PolyStudioX52", "PolyStudioX70", "MeetingBar A20", "MeetingBar A30", "MeetingBar A10", "MeetingBoard 65", "MeetingBoard 86", "NF19B1", "NF20C1", "NF21D1", "AM3X00", "UC-ENGINE-A", "VR0019", "VR0020", "VR0030", "VR0034", "expandvision3t", "ExpandVision5T", "PolyG7500", "RXV80", "RXV81", "RXV200", "Panacast1000", "panacast50vbs", "DBR14", "Board Pro 55", "Board Pro 75", "Room Bar", "Room Kit Pro", "Desk Pro"],
        "pptBootstrapperUrl": "https://res.cdn.office.net/pptlive-m/5mttl/bootstrap/ring5_3/powerpoint.live.boot.js",
        "enableSilentRenamingOnFilenameConflict": true,
        "shareShortcutsEnabled": true,
        "shouldDownloadToPublicDirectory": true,
        "uploadChunkSizesInMB": [1, 1, 3, 10, 10],
        "accountPlaceholderIconsEnabled": true,
        "meetingTenantGetHelpUrl": {
            "d638243e-4b96-4b21-bd42-ee430faadbfe": "https://go.microsoft.com/fwlink/?linkid=2149542&clcid=0x409",
            "73588a2a-d95b-4846-8dc4-5c6bbdfc3a72": "https://go.microsoft.com/fwlink/?linkid=2149542&clcid=0x409"
        },
        "recordingBotMri": "28:bdd75849-e0a6-4cce-8fc1-d7c0d4da43e5",
        "notifyPreCallTempNotificationOnStart": false,
        "notifyInCallTempNotificationOnCreate": false,
        "notifyInCallTempNotificationOnStart": false,
        "forceSyncIfNotificationTruncated": true,
        "disableAutoFolderCreationInUpload": true,
        "shouldPreventParallelBlocklistSync": true,
        "shouldPreventParallelContactGroupSync": true,
        "shouldPreventParallelAddressBookSync": true,
        "shouldBlockUIOnAcceptingChat": true,
        "IpPhoneModelsConferenceDevice": ["CP960", "TrioC60", "UC-2", "CP965"],
        "targetingFetchTagsOnStart": false,
        "roomControllerReactURL": "https://teams.microsoft.com/extensibility-apps/roomremote/list?host=teams",
        "gapDetectionBasedNotificationSync": true,
        "tflShowBoldInviteFriendsEnabled": true,
        "deviceContactTag": true,
        "mriPhoneEmailCacheSize": 100,
        "shouldShowPoorNetworkBannerDueToExceptions": false,
        "shouldShowPoorConnectionBanner": false,
        "shouldShowConnectingBanner": false,
        "bandwidthTimerDelayInSeconds": 30,
        "getRangeValuesForNwExceptionMonitor": [10, 4, 1],
        "accountAwareToastEnabled": false,
        "accountAwareToastStayTimeMs": 2000,
        "enableDeviceContactsSearch": true,
        "flwPresenceAuditServiceEnabled": true,
        "enableFLWPresence": true,
        "enableOffShiftNoticeDialog": true,
        "getUserProfilesBatchSize": 200,
        "threadCacheEnabled": "true",
        "threadCacheSize": 200,
        "threadUserCacheEnabled": "true",
        "threadUserCacheSize": 200,
        "chatConversationCacheEnabled": "true",
        "chatConversationCacheSize": 100,
        "threadPropertyAttributeCacheEnabled": "true",
        "threadPropertyAttributeCacheSize": 200,
        "conversationCacheEnabled": "true",
        "conversationCacheSize": 100,
        "enableAdaptiveCards": true,
        "enableFilePreview": true,
        "LandingActivityMultiCallDelayInMillis": 1000,
        "consumerRegionGmtsEnv": "prod",
        "TOU Link": "",
        "TOU Version": 0
    },
    "MicrosoftTeamsEcsPrototype": {
        "testsettings": true,
        "enableDeeplinkEscapeDataEncoding": true,
        "enableETag": true,
        "enableOnlineMeetingConfLink": true,
        "enableUserCacheInRosterSync": true,
        "enableTenantOwnedApps": true,
        "enableTenantAdminCheckInResourcesSettings": true,
        "enableOnDemandTranslationEndpoint": true,
        "enableGetDeepLinkWithTenantIdOnly": true,
        "enableFreemium": true,
        "enableFreemiumBootstrapTeamCreation": true,
        "enableFreemiumConsumerIdTag": true,
        "enableProfilePictureCropAndResize": true,
        "enableUseAadProfilePicturesForExternalUsers": true,
        "enableAcctClaimInToken": true,
        "enableSetUserEmailDuringTenantBootstrap": true,
        "enableTenantSettingsControlForLobApps": true,
        "enableGetBatchWithEtagFromSettingsStore": true,
        "enableTeamArchiving": true,
        "enableTeamSiteStatusRetry": true,
        "enableSubstrateApiForSuggestedGroups": true,
        "enableWopiActionEdit": true,
        "enableSyncTeamsRosterBulkAddMembersV2": true,
        "enableOneNoteForwardSyncPendingProvision": true,
        "enableNiji": true,
        "enableHidingGroupsInOutlook": true,
        "enablePolicySettingsCleanUp": true,
        "enableAppImageClaim": true,
        "enableUnclaimedAppImageSubstitution": true,
        "enableImageClaimsTobeNonCritical": true,
        "useRpoAndRboForGroupCreation": true,
        "enableChatAppImageClaim": true,
        "enableRecoverThreadV2": false,
        "enableGraphGroupSmtpAddress": true,
        "enableBulkAddMembershipV2": true,
        "enableBulkDeleteMembership": true
    },
    "MicrosoftTeamsRetailClients": {
        "WalkieTalkie": {
            "PrefetchTokenOnLoad": true,
            "MaxOutgoingCallDuration": 115000,
            "SuggestedChannelsRefreshInterval": 3600000,
            "EnablePrivateChannels": true,
            "FF": {
                "BLE_MAX_RETRIES": 5,
                "NON_STICKY_FS_ENABLED": false,
                "UseNewBTStack": true,
                "SCOAutoDisconnectEnabled": true,
                "SCOAutoDisconnectMillis": 120000,
                "DisplayBTDotIndicator": false,
                "IsBleErrorSoundEnabled": false,
                "SCOAutoAcquisitionEnabled": true,
                "PttSCOTimerEnabled": false
            },
            "EnableNormalization": true,
            "NormalizationThreshold": -60,
            "HeadsetNormalizationThreshold": -60,
            "EnableLastConnectedChannels": true,
            "EnableGenericAndroidPttIntent": false,
            "loggingWTExpIdsEnabled": true,
            "LazyInitializationEnabled": true,
            "EnableNetworkQualityTest": true,
            "ShowPoorNetworkBanner": false,
            "EnableChannelPickerTooltip": true,
            "EnablePressAndHoldTooltip": true
        }
    },
    "MicrosoftTeamsRetailIOSClients": {
        "walkieTalkie": {
            "useWebSocketStateMachineBehavior": false,
            "normalizationThreshold": -60,
            "enableAudioNormalization": true,
            "bleScanStopDelay": 4000,
            "bleScanStartDelay": 2000,
            "bleMaxReconnectionRetries": 5,
            "bleEnabled": true,
            "bleReconnectEnabled": true,
            "bleUseCategoryChangeForDisconnect": false,
            "lowMediaVolumePercentageThreshold": 0.3,
            "transmitterMaxInactivityTime": 2000,
            "receiverMaxInactivityTime": 3000,
            "maxOutgoingCallDuration": 120000,
            "shortCallDuration": 1000,
            "shortCallsWindowDuration": 2000,
            "audioPercentageMaxVolume": 0.96,
            "enableBGExecution": true,
            "enableWarningLowVolume": true,
            "enableQuietHoursSupport": true,
            "userbiTeamsAriaEnabled": true
        }
    },
    "MicrosoftTeamsVVM": {
        "EnableEMRExportAPIV2": true,
        "EnableVirtualAppointmentsInsights": true,
        "EnableQueueInPremiumVAReport": true,
        "EnablePremiumVaExport": true,
        "PremiumVaExportTimeoutInMills": 30000,
        "EnableSmsReportLicenseBanner": false,
        "TakebackBannerYellowBackground": false
    },
    "MicrosoftTeamVivaPulse": {
        "glintIntegrationV1": true,
        "glintIntegrationV2": true,
        "vfamIntegration": true,
        "vivaPulseBigResponseDialog": true,
        "vivaPulseCustomizedPrivacyPolicy": true,
        "vivaPulseBackgroundLoadSettings": true,
        "vivaPulseStageAccess": false,
        "vivaPulsePeoplePickerLogTelemetry": true,
        "vivaPulseOutage": false,
        "vivaPulseMultiGeoEnabled": true,
        "vivaPulseEmailNotification": true,
        "vivaPulseTenantDeletion": false,
        "vivaPulseTeamsNotificationDisabled": false,
        "vivaPulseTokenExchange": true,
        "checkUserVivaPulseLicense": true,
        "vivaPulseLicense": true,
        "vivaPulsePeoplePickerRenderFluentUi": true,
        "BatchFormsDeletion": false,
        "vivaPulseNewServicePlanEnabled": true,
        "vivaPulseTeamsChatNotification": true,
        "vivaPulseTeamsChatInlineResponse": true,
        "vivaPulseSearchDeleteCustomQuestion": true,
        "vivaPulseQuestionLibrary": true,
        "vivaPulseELSFollowup": false,
        "vivaPulseContentAdmin": true,
        "vivaPulseTenantBackgroundLicenseCheck": true,
        "vivaPulsePartnerIntegration": false,
        "vivaPulseInlineEmail": true,
        "vivaPulseInlineExtendFeedbackEmail": true,
        "vivaPulseNewDomain": true,
        "vivaPulseVivaAppBar": true,
        "vivaPulseScheduledPulses": true,
        "vivaPulseGuidedSeries": false,
        "vivaPulseSinglePagePulseSeries": false,
        "vivaPulseGuidedSeriesBackend": true,
        "vivaPulseCopilotImpactV1": true,
        "vivaPulseConfidentialConversations": false,
        "vivaPulseRedisCache": true,
        "vivaPulseConfidentialConversationsPostMVP": false,
        "vivaPulseThrottleNotifications": true,
        "vivaPulseContentAdminQuestionManagement": true,
        "vivaPulseEditOnResend": true,
        "vivaPulseReturnDefaultTenantSettings": true,
        "vivaPulseTenantSettingsCleanupEnabled": true,
        "vivaPulseScheduledPulsesBackend": true,
        "vivaPulseTenantInfraMappingUpload": true,
        "vivaPulseAppContextEnabled": true,
        "vivaPulseNewDSRFlow": true,
        "vivaPulseRequestEditorPreview": true,
        "vivaPulseDecoupleCustomization": true,
        "vivaPulseQuestionLibraryDedupe": true,
        "vivaPulseQuestionCardActions": true,
        "vivaPulsePurviewAuditJob": true,
        "vivaPulsePurviewAudit": true,
        "vivaPulseeDiscoveryRetainForms": true,
        "vivaPulseContentAdminCreateTemplate": true,
        "vivaPulseNewInlineFooter": true,
        "vivaPulseEnhancedEmail": true,
        "vivaPulseExpandedPageInlinePulses": true,
        "partnerPulseBuilderV1": true,
        "pulseDeletionV1": true,
        "vivaPulseCAE": true,
        "vivaPulse1on1Conversations": true,
        "vivaPulseContentAdminDisableTemplateQuestion": true,
        "vivaPulseLeaderScenario": true,
        "vivaPulseRestrictedCustomization": true,
        "vivaPulseSchedulingGraphTimeZoneSupport": false,
        "enableSharingOpenTextResponses": true,
        "vivaPulseGuaranteedReportGeneration": true,
        "vivaPulseAutoRetryUserDSR": true,
        "vivaPulseDSRDeleteIfNoLongerRequired": false,
        "vivaPulseDSRCleanupEnabled": false,
        "vivaPulseDynamicDialogs": false,
        "vivaPulseCopilotAdoptionReadiness": true,
        "vivaPulseRatingScaleOptions": true,
        "enableRedesignedReportHeader": true,
        "vivaPulseChangeQuestionType": true,
        "vivaPulseTenantAdminDashboard": true,
        "enableReportPreviewPulse": true,
        "vivaPulseAuthorAnswerOwnPulse": true,
        "vivaPulseNotificationsManagement": true,
        "vivaPulseRetryGnsSignalsEnabled": true,
        "vivaPulseDisableCustomPrivacyPolicyLink": true,
        "vivaPulseTokenCache": false,
        "disableDeletingFeedbackResponses": true,
        "vivaPulseMCQTrending": true,
        "vivaPulseAggregateMetricsBackend": true,
        "vivaPulseCopilotReportSummary": true,
        "vivaPulseCopilotReportSummaryNotification": true,
        "vivaPulseAuthorNote": true,
        "vivaPulseCheckVfamCopilotFlag": true,
        "vivaPulseClosePulseEarly": true,
        "vivaPulseShouldCheckPremiumLicense": true,
        "vivaPulseLeaderScenarioV1": true,
        "eDiscoveryEvents": true,
        "eDiscoveryJob": true,
        "ConcurrentBackgroundJob": true,
        "vivaPulseMatrixQuestion": true,
        "vivaPulseRankingQuestion": true,
        "vivaPulseUsePftPopTokenForNotify": true,
        "vivaPulseExportReportByAuthor": true,
        "vivaPulseExportAllDataByAdmin": true,
        "vivaPulseExportReportsByAdmin": true,
        "vivaPulseDataExportJob": true,
        "vivaPulseFormsDataMigrationJob": false,
        "vivaPulseDelegation": false,
        "vivaPulseScheduledEnhancedNotification": true,
        "vivaPulseHomepagePagination": true,
        "vivaPulseCopilotPulseAuthoring": false,
        "vivaPulseInHouseFeedback": true,
        "vivaPulseLazyLoadHomepage": true,
        "vivaPulseSkipLogic": true,
        "vivaPulseRetryFailedUserEmailNotification": true,
        "vivaPulseInHouseFeedbackAuthoring": true,
        "vivaPulseInHouseFeedbackReport": true,
        "vivaPulseDisableFormsIntegration": false,
        "vivaPulseProvideFeedbackDialog": false,
        "vivaPulseLearningRecommendation": false,
        "vivaPulseCustomization": false,
        "vivaPulseWebOnlyExp": false,
        "vivaPulseProvideFeedbackFollowUpQuestions": false,
        "vivaPulseConditionalAccessControl": false,
        "vivaPulseGuidedActionShareReport": false,
        "vivaPulseLocales": ["en-US"],
        "vivaPulseEnableLppSharePulse": false,
        "vivaPulseEnableLppFinalizeRequest": false,
        "vivaPulseEnableLppAdminPage": false,
        "vivaPulseEnableLppAddTargets": false,
        "vivaPulseFeedbackAutoTrigger": false,
        "vivaPulseStartFromScratch": false,
        "vivaPulseMoveAdminUiToVivaPulse": false,
        "vivaPulseScheduledSeries": false,
        "vivaPulseResponseRate": false,
        "vivaPulseOtherResponseChanges": false,
        "vivaPulseExportByAuthor": false,
        "vivaPulseExportByAdmin": false
    },
    "Notifications": {
        "PNMRegistrarRest": {
            "CbcOn": 1,
            "PushNotificationRegistrarImpl": "REST",
            "TestEnvURL": "https://edge.skype.net:443/registrar/testenv/V2/registrations",
            "ProdEnvURL": "https://edge.skype.com:443/registrar/prod/V2/registrations",
            "RetryPolicy": {
                "Start": 6,
                "Base": 3,
                "MaxExponent": 5
            },
            "HttpStackConfig": {
                "connectionTimeout": 30,
                "requestTimeout": 60
            },
            "CrawlRetry": 120,
            "AuthRetryListSeconds": [1, 3, 5, 60, 300]
        }
    },
    "ODSP_MEE_Mobile": {
        "isNewsTabEnabledV2": true,
        "is3SRNewsExperienceEnabledV2": true,
        "shouldUseDummyCallerHeaderV2": false,
        "isCreateAbsoluteUrlEnabled": true,
        "isEndActionQoSOnUrlNavEnabled": true,
        "isFullCardSelectionEnabled": true,
        "isCopilotCardViewEnabled": true,
        "enableCompanyGridViewForResourcesTab": false,
        "shouldShowResourcesBanner": true,
        "enableV3CompanyResourceGridViewForResourcesTab": true,
        "isDashboardPersonalizationEnabledForLargeScreen": true,
        "isHandleL2SPFX1PTokenEnabled": true,
        "showSnackbarInBridgeLoadIssuesForV2Components": false,
        "isHashEncodingEnabled": true,
        "isSwaySSOTempFixEnabled": true,
        "isRedirectedToLoginPageDisabled": true,
        "isPageInfoResponseTextLoggingEnabled": false,
        "isPageInfoContentTypeHeaderEnabled": true,
        "isCookieRetryAfter401EnabledForBridge": true,
        "isMeeSpHistoryScriptV2Enabled": true,
        "isFLMAnnouncementEnabled": true,
        "shouldUseProdChatSvcAggUri": true,
        "shouldByPassFLWLicenseCheck": false,
        "isRegionalCommsAnnouncementsEnabled": true,
        "isSPFxDataVisualizationComponentEnabled": true,
        "isL2ServiceWorkerEnabled": true,
        "isInstantArticleEnabledForDeepLink": true,
        "isSharePointThemeEnabled": true,
        "disableRemoveClippedSubviews": true,
        "enableSearchHeaderMobile": true,
        "enableSearchHeaderinLargeScreen": false,
        "svgHeroImageSizeLimit": 200000,
        "isSsoSupportedViaTokenFetch": true,
        "isSearchCardComponentsEnabled": true,
        "isSsoViaDeepLinkEnabled": true,
        "isSsoViaTokenFetchEnabled": false,
        "cookieRefreshInterval": 3,
        "isVCMLandscapeSupportEnabled": true,
        "isAnnouncementsEnabled": true,
        "enableAnnouncementCaching": true,
        "isDashboardCustomizeScreenFiltered": true,
        "isMoreSettingsEnabled": true,
        "isPreInitializeCardsData": true,
        "isGreetingsEnabled": false,
        "isQuickHomeSiteAccessEnabled": true,
        "isHeroImageEnabled": true,
        "isInstantArticleEnabledForL2": true,
        "isSPSiteNavAudienceTargetingEnabled": true,
        "isQVDarkModeEnabled": true,
        "isDashboardGridLayoutEnabledForMobile": true,
        "personalizationCacheRefreshTime": 86400,
        "ariaLogLevel": 32,
        "isBridgeMsgQueueEnabled": true,
        "isOdLoggerDebugLogsEnabled": false,
        "isForceLocaleQSPEnabledForGlobalNav": true,
        "isCrashHandlerServiceEnabled": true,
        "isVCMEnabledForLargeScreen": true,
        "isVCMEnabledForiPad": true,
        "isQuickViewStylingforiPadEnabled": true,
        "isReauthIdDisabled": true,
        "isQuickViewStylingforLargeScreenEnabled": true,
        "isFREEnabledForLargeScreen": true,
        "isDashboardGridLayoutEnabledForLargerScreen": true,
        "isDashboardGridLayoutEnabledForIpad": true,
        "isBackedSiteEnabled": true,
        "isDashboardPersonalizationEnabled": true,
        "isMultiInstanceContextEnabled": true,
        "isDashboardFLEEnabled": true,
        "isFREEnabledForIPad": true,
        "isEUDBLoggingEnabled": true,
        "isVCMCookieInvalidateEnabledOn401": true,
        "isOnloadProgressUpdate": true,
        "isForceLocaleQSPEnabledForSP": true,
        "isCookieAttachedToApiBugFixEnabled": true,
        "is400BadRequestFixEnabled": true,
        "isBootToTabEventEnabled": true,
        "isMultiInstanceEventEmitterEnabled": true,
        "isDashcardCacheExpiryExpEnabled": true,
        "isL2BackButtonListenerEnabled": true,
        "isL1CardsDisappearingEnabled": true,
        "initializeFeedInLinkManager": true,
        "isLocationActionEnabled": true,
        "isQVModalOverModalEnabled": true,
        "isTeamsLinkOpenInAppFromQVEnabled": true,
        "isForceLocaleQspEnabled": true,
        "isUrlDecodingEnabledInLinkManager": true,
        "isL1CardsBatchUpdateEnabled": true,
        "L1CardsUpdateDelay": 20,
        "isAuthEnabledForBackgroundImage": true,
        "isBackgroundEnabledForIOSSpinner": true,
        "isQVGetSizeFixEnabled": true,
        "isSVGAndFluentSupportEnabledForQV": true,
        "isConfirmationDialogEnabled": true,
        "isSPFxCookieEnabledForIsolatedBridge": true,
        "isSPFxIsolatedCookieFetchForAndroidEnabled": true,
        "isThirdPartyCookiesEnabledForBridge": true,
        "isLinkManagerShouldComponentUpdateFixEnabled": true,
        "isDashboardLoadRetryonBridgeRedirect": true,
        "showVivaIcon": true,
        "isSelectMediaActionEnabled": true,
        "isCookieManagerEnabled": true,
        "isL2SpinnerPositionFixEnabled": true,
        "isPageContextFetchingEnabled": true,
        "showSettingsPageIcon": true,
        "isSPSiteNavEnabled": true,
        "shouldReloadBridgeOnPullRefresh": true,
        "isDeepLinkEnabled": true,
        "isL2ErrorDescriptionEnabled": false,
        "showBookmarkIcon": false,
        "isResourcesTabEnabled": true,
        "isYammerL2WebViewEnabled": true,
        "isDashDevSettingsEnabled": false,
        "isDevKitchenEnabled": false,
        "isConfigApiEnabled": true,
        "isDarkThemeEnabled": true,
        "isQuickLookEnabled": true,
        "isDashErrorHandlingEnabled": true,
        "isSPSocialBarEnabled": true,
        "onlyNewSchemaLog": false,
        "isSPFx1PTokenFetchEnabled": true,
        "triggerSPFxTokenFetchOnAppInit": false,
        "isPerfMetricEnabledInDevSettings": false,
        "isFileOpenInModalCheckEnabled": false,
        "isDashErrorScreenDebugMsgEnabled": false,
        "isDashboardLKGStateEnabled": false,
        "isNewsLinkNewExpEnabled": true,
        "ExternalModal": true,
        "isFileCheckEnabled": true,
        "isInterceptViaLinkManagerEnabled": true,
        "isModernClassicCheckEnabled": true,
        "isOpenDocumentInterceptionEnabled": true,
        "isRedeemSharingHeaderEnabled": true,
        "isSPALinkInterceptionEnabled": true,
        "isSPFxImageUserAgentEnabled": true,
        "isSkipFoldersFromInterception": true,
        "isSPCookieBGFetchEnabled": true,
        "isBridgeURLBGFetchEnabled": true,
        "isVerboseLoggingForDebuggingEnabled": false,
        "isDashboardDiagnosticDataEnabled": false,
        "isSPBackHandlingEnabled": true,
        "loadingProgress": 0.65,
        "isFREEnabled": true,
        "useCookieForAsJsonAPI": true,
        "isDarkModeEnabledForExternalModal": true,
        "isTabletErrorHandlingEnabled": true,
        "isSPFxTokenFetchForAppPrincipalsEnabled": true,
        "isSelectMediaActionV2Enabled": false,
        "isSPFxTokenFetchwithAPIFormatDisabled": true,
        "isStreamNewExpEnabled": true,
        "isVideoNewsExperienceEnabled": true,
        "isSPFxTokenFetchWithAuthClaimAPI": false,
        "isSPPeopleCardEnabled": true
    },
    "OpConfig": {
        "FELayer": {
            "CT2": false
        }
    },
    "OsamaTest": {
        "Config": {
            "BlackListConfig": {
                "TenantIds": ["tenant2"]
            }
        }
    },
    "PeopleImport": {
        "endpoint": "https://peopleimport.skype.com/v1.0",
        "serviceSettings": {
            "experiment": "default",
            "enabled": "true"
        }
    },
    "PeopleRecommendation": {
        "serviceSettings": {
            "experiment": "hide-annotations-3",
            "minMutualFriendsToHideAnnotations": 3,
            "recommend": "true",
            "showRecommendationsFromGraph": "false",
            "showRecommendationsFromScd": "true",
            "showRecommendationsFromScdGraph": "false"
        },
        "endpoint": "https://peoplerecommendations.skype.com/v1.1/recommend",
        "cacheTimeoutInHours": 240
    },
    "PeopleSearch": {
        "v2Endpoint": "https://search.skype.com/v2.0/search",
        "serviceSettings": {
            "promoteActiveUsersInLastDays": "28",
            "promoteActiveUsers": "true",
            "experiment": "MinimumFriendsForAnnotationsEnabled",
            "minimumFriendsForAnnotationsEnabled": "true",
            "minimumFriendsForAnnotations": 2,
            "demotionScoreEnabled": "true",
            "geoProximity": "disabled"
        }
    },
    "PortalWebClient": {
        "TFL": {
            "GDPRExportPage": {
                "Enabled": true
            }
        },
        "Clients": {
            "Windows": {
                "Id": "439400",
                "RedirectUris": ["https://a.login.skype.com/finish"]
            },
            "Mac": {
                "Id": "797265",
                "RedirectUris": ["https://a.login.skype.com/finish"]
            },
            "ConnectFlow": {
                "Id": "351407",
                "RedirectUris": ["https://a.login.skype.com/finish"]
            },
            "WebClient": {
                "Id": "578134",
                "Login": {
                    "SkypetokenScopes": ["identity_update", "commerce", "communication", "contacts_update"]
                },
                "RedirectUris": ["https://dogfood-webclient.skype.com", "https://latest-webclient.skype.com", "https://webapp.skype.com,https://web.skype.com"]
            },
            "SkypeWebExperience": {
                "Id": "580081",
                "Login": {
                    "SkypetokenScopes": ["communication", "identity_update", "contacts_update", "commerce"]
                },
                "RedirectUris": ["https://a.lw.skype.com", "https://a.login.skype.com/finish", "https://live.com", "https://latest-webclient.skype.com", "https://dogfood-webclient.skype.com", "https://web.skype.com"]
            },
            "SkypeLoginInternal": {
                "Id": "111111",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["contacts", "identity_update"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://login.skype.com"]
            },
            "SkypeFeedback": {
                "Id": "461236",
                "Pnv": {
                    "Enabled": true,
                    "DefaultScenario": "default"
                },
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://feedback.skype.com", "https://honzatest01.cloudapp.net", "https://skypefeedbacktest.cloudapp.net", "https://skypefeedbacktest2.cloudapp.net", "https://skypefeedback01.cloudapp.net", "https://skypefeedback02.cloudapp.net", "https://skypefeedback03.cloudapp.net", "https://skypefeedback04.cloudapp.net"]
            },
            "Havana": {
                "Id": "987482",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity", "identity_update", "contacts", "contacts_update", "commerce", "communication", "communication_ro"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://havana.skype.com", "https://havana-latest.skype.com", "https://oa.skype.com", "https://pro.skype.com"]
            },
            "HavanaAlternate": {
                "Id": "987483",
                "Login": {
                    "Enabled": true,
                    "AlternateIdentity": "oa",
                    "SkypetokenScopes": ["identity", "identity_update", "contacts", "contacts_update", "commerce", "communication", "communication_ro"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://havana.skype.com", "https://havana-latest.skype.com", "https://oa.skype.com", "https://pro.skype.com"]
            },
            "WebImSdk": {
                "Id": "919866",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity_update,commerce,communication,contacts_update"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://web.skype.com", "http://latest-swx.cdn.skype.com", "https://latest-swx.cdn.skype.com", "https://swc.cdn.skype.com", "https://latest-swc.cdn.skype.com", "https://www.bing.com", "http://www.bing.com", "https://www.staging-bing-int.com", "https://www.bing-int.com", "https://www.skype.com", "https://devcms.skype.net", "https://precms.skype.net", "https://qacms.skype.net", "https://wwwstaging.skype.net", "https://outlook.live.com", "https://outlook-sdf.live.com", "https://live.com", "https://interviews.skype.com", "https://interviews-int.skype.com", "https://interviews-df.skype.com", "https://www.msn.com", "https://int1.msn.com", "https://preview-responder.microsoft.com", "https://preview-ambassadors.microsoft.com", "https://cmspreview2.corp.microsoft.com", "https://products.office.com", "https://www.office.com", "https://call-int.skype.com", "https://call-df.skype.com", "https://call.skype.com", "https://outlook-sdf.office.com", "https://dev-responder.microsoft.com", "https://responder.microsoft.com", "https://education-int.skype.net", "https://education-df.skype.net", "https://education.skype.com"]
            },
            "SkypeJoin": {
                "Id": "371752",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity,communication"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://dogfood-join.skype.com", "https://join.skype.com", "https://latest-join.skype.com"]
            },
            "SkypeMeetNowDF": {
                "Id": "971752",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity,communication"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://api.join.df.skype.com"]
            },
            "SkypeMeetNowINT": {
                "Id": "971753",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity,communication"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://qacms.skype.net"]
            },
            "SkypeMeetNowPROD": {
                "Id": "971754",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity,communication"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://api.join.skype.com"]
            },
            "SkypeMeetNowLocal": {
                "Id": "971755",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity,communication"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://localhost:3006"]
            },
            "SkypeExtension": {
                "Id": "370873",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity_update,commerce,communication,contacts_update"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://web.skype.com", "https://swc.cdn.skype.com", "https://latest-swc.cdn.skype.com", "http://latest-swx.cdn.skype.com", "https://latest-swx.cdn.skype.com", "https://latest-lwc.cdn.skype.net"]
            },
            "SkypeInverview": {
                "Id": "741456",
                "Login": {
                    "Enabled": true,
                    "SkypetokenScopes": ["identity_update,commerce,communication,contacts_update"],
                    "DefaultScenario": "silent"
                },
                "RedirectUris": ["https://interviews.skype.com", "https://interviews-int.skype.com", "https://interviews-df.skype.com", "http://localhost:42824", "https://auth.call.skype.com", "https://auth.call-df.skype.net", "https://auth.call-int.skype.net"]
            },
            "Skype.com": {
                "Id": "815617",
                "DefaultTheme": "skype-blue",
                "Pnv": {
                    "Enabled": true,
                    "DefaultScenario": "default"
                },
                "Login": {
                    "Enabled": true,
                    "DefaultScenario": "silent",
                    "SkypetokenScopes": ["identity", "identity_update", "commerce", "communication", "contacts_update", "contacts", "communication_ro"]
                },
                "RedirectUris": ["http://www.skype.com/", "https://www.skype.com/", "https://wwwstaging.skype.net/"]
            },
            "SkypeSupport": {
                "Id": "965756",
                "DefaultTheme": "skype-blue",
                "Pnv": {
                    "Enabled": true,
                    "DefaultScenario": "default"
                },
                "Login": {
                    "Enabled": true,
                    "DefaultScenario": "silent",
                    "SkypetokenScopes": ["identity"]
                },
                "RedirectUris": ["https://support.skype.com", "https://support.cms.skype.net", "https://support-livecmseastus.cloudapp.net", "https://support-livecmswesteurope.cloudapp.net", "https://support.livecms.trafficmanager.net", "https://support.qacms.skype.net"]
            },
            "SkypeDocs": {
                "Id": "981845",
                "DefaultTheme": "skype-blue",
                "Pnv": {
                    "Enabled": true,
                    "DefaultScenario": "default"
                },
                "Login": {
                    "Enabled": true,
                    "DefaultScenario": "silent",
                    "SkypetokenScopes": ["identity_update", "commerce", "communication", "contacts_update"]
                },
                "RedirectUris": ["https://docs.skype.net", "http://localhost:5000", "http://localhost:8080"]
            },
            "SkypeDeveloper": {
                "Id": "366195",
                "DefaultTheme": "skype-blue",
                "Login": {
                    "Enabled": true,
                    "DefaultScenario": "silent",
                    "SkypetokenScopes": ["identity"]
                },
                "RedirectUris": ["https://www.skype.com", "https://wwwstaging.skype.net"]
            },
            "Skype4Life": {
                "Id": "572381",
                "DefaultTheme": "skype-blue",
                "Pnv": {
                    "Enabled": true,
                    "DefaultScenario": "default"
                },
                "Login": {
                    "Enabled": true,
                    "DefaultScenario": "silent",
                    "SkypetokenScopes": ["communication", "contacts_update", "identity_update", "commerce"]
                },
                "RedirectUris": ["https://preview.web.skype.com", "https://latest.web.skype.com", "https://alpha.web.skype.com", "https://beta.web.skype.com", "https://dev.web.skype.com", "https://candidate.web.skype.com", "https://web.skype.com", "https://latest-webclient.skype.com"]
            },
            "SkypeManager": {
                "Id": "633212",
                "Login": {
                    "SkypetokenScopes": ["identity"]
                },
                "RedirectUris": ["https://manager.skype.com/my/login", "https://manager.skype.com/my/dashboard"]
            }
        },
        "MicrosoftTeams": {
            "Id": "681927",
            "DefaultTheme": "skype-blue",
            "Login": {
                "Enabled": true,
                "DefaultScenario": "silent",
                "SkypetokenScopes": ["identity_update", "commerce", "communication", "contacts_update"]
            },
            "RedirectUris": ["https://edge.skype.net", "https://spacetest2.skype.com", "https://spacetest8.skype.com", "https://ssauth.skype.com", "http://dev.local", "https://devspaces.skype.com"]
        },
        "PhoneNumberAuthConfiguration": {
            "DenyPhonePrefixes": ["1900"],
            "AllowListedNumberHashes": ["54A63417F5DA6CE596B54B69212DB03959704CCF3E00AC831EDBF9367F34CDC9710AA00BBD2477306AA2141B9084FFBE", "D6ACF94B6D2B0CFB399B362E3AB2E7731EA46C2A506AF25D3BA8CA36A0DD8419C075CE9AB3DCC4983153E1779F6CB217", "4AA8BC5534C5D037DC2F3E0692C6AD8A769CD801AEAEE3D11581F30719F0E832356B6C9B001C443986530F241CA06DF9", "69C3DF447BFD1E21DEC4315E3C984E148816C53D13A178203A9931ABA2F9A8614B97DE5842215C4999BF5D194D71FB9F", "2979F6D54962C309EFD0031E46BB8A1A21ECC860694C8B5915D6A10285FBED456369E5A19D31A7E50E656BAC2D57F1D9", "9870BD838F9B0C9CF2F763CCE71552B2C60FBD1BEF2FC36B50D32DD3F24720A22941A35F3BDC0FAB3CC1049019009C70", "0922C03D4AE40F2705FB1BA82B754C9004FA78DF4F3DA4E53F8B05A95B594060BF31547369EDE6379F8BD937B1C523F7", "BCE08822034B0F93E77C104F61C38B0660D2813AE4E65162C6C7C8C6515C3593AB4367213566B4D4EBB872B38BE24652", "EE2313BDD4B03A85F9207381CC31B0AC9D9334E6345290BB11777B5089DC57946628F49EEC7014185D448E91B291CBCB", "8CB52DB86EFD5CF8B94B801B628B306C759DAEF067DBA737C5BD5C42D9F221AEE2021BF983463E768C24613D95AF52D8", "240A0B4A3B3A319086ACCD27D23AD0A86F7308CD36799F90DFD2D836FCA4CC867D6ED9D884C0B4C097F70EDC241EDC01", "AEA3177D31426B333C3AEDAAED9CD61E424679332ECEAED342D5CFD5815D83A7D1B8CDE8C277B9BC51C50C408B280637", "DCAD39F381EA13E85C83B4F7A12596CC850073D724C0525040388E54FD6B94BA690A783F7788B780647E4F80DD512597", "16D7942031788C1FE134D98B09B88FDE900F389A40E658CB17B00703EC25A82345E74D4060B1A6C8BEB8F74B5EBB7715", "BAEC13EAF5E82B245C54552465BD29C4DD4016BFD3740897E50048FA83CB6C6FE3676CE1A1CA81FA24D77CA9B18937C3", "D70694ABA1AF78E6294BD49F26893AD9E1451CAB51B1857157934AF6883A9DC68AED95DC116559D82CC6C45E46E1A266", "6CB2071EBA0822EC93C8DAEB5E1BD5E9F19F2E23921A4D65C7A1024BAC16E5C3CEBCA00C9B3849EB3C136897CCCAF2CC", "AF15D2F4BE68E7C9AA2FCA2E19FD70B3B0A71D04F17C660E2322C061949A20FC0C5AEE202C081B769ADBA6F7E78FD216", "F3E107BF8B4D439329B9DB5410D9F2A582B2F40EE329711B79B92CCC459FB0B82BBB8B96C959F43C9CE9FED1E195C9E4", "DD804ECBD1EF689061C02D630FC6E3DC3D152D845D7F839567AFA603B191126CB396346956AC51A755029BF7BE05D1D0", "711AEA5656C802E12C3D04F4B617400929E4234F3EDAAACC59025E6E91FD96C91393ED769215551FD36E367B10CC6578", "C9E0BC1BACDB1FD78AEBA1FB097ECA040E40F3DFB315B6110067B19723EEEC2C496BFDB00D4E57B3A6104B7EB2B67828", "25440B4C037F3580BA7AA5D35DC986F1A208BC030AF41CA4EE3DE332642643ADD6AC6A998DB536011E985D0EF73DF4EE", "4D2768C92374C6F0FC9AC46B9E9FC2994B2D1DF7A7EB534AFC3B3182B2E9637AF8DA56015A05733D093762006E005F10", "EBE2E849A95899F0D7A94E9D036DB0EC4A6BE0DED99C19D1F16DCB3F54A1469002066B9C86F399F3E6935596DB9B7E52", "3F9312F47BEE159A5063360847FBD8F497E7ECB77EA490B567B0B5E9E585813F5D39840EA6C9897B29DD5229BDFD02E7", "817C89BFED1DCFFBF572B57484E3B4660FA61C3B0EE9B5685A360C0675E1F4EA378F5B4D9A1F5BF40042038BC85CBFF1", "9A06AC970892739ECD7FD8D6910B71895E067A46E212528424D33A58A0E5D5C7DC7DB729865CD50B7324CA5ADA15EC12", "80745A80D3ACB038D65A936FAA94C93DF2A92A6553F5A5B732E8E5E6B17B56BC73DB7CF75B22BA12ECC9A41376E33B95", "96C4C9D6DB0D24964BEADD2B7ED99D9EA94AF716C7ABE6BB4F38F8491E90CA07837C4D345B070C41EDF92FC57AFB2505", "74841D7679C2C9DC36A3CAF6E45D29C7EB3EDDDB4B9862460C6834AF328003FBB1DC69DBB1730CF41F9965AAB2603A7A", "BD1CAE2E4E76E6867AC342E1B12F5C9A31928CE188844952A853609DAFA03683A34016FF3E685C1431A5EB80D21B8F00", "736ADD7307E525967A38F9E2C2E71E82969078538F23865FD1C54C84AFEE9CB289085B3DF2C42B2BC9650B35435E94BE", "E5F3B8C328A4CE171510946722AC793752C9FB66813688B0A1405337AB2AAFDD35A85E49C8142726307CAE4C7FA3D9B1", "B7B222318FC48EBAE8A8AC3FE73820C5C5F71359B4727DB985E3A34EC0D3DA46CAB314B810D725C8C8CD7C1B1DA16205", "EE2FDEDAB01F0C00C8339DE0450680A59E3E502340DB0BB09082591A8CF317E82BA669B19AA91A0CCDF9E536D48BEB6A", "E895E64CE27AAAE3B691FFDC5F99C84C09FFF37BFF219C4C1EA8A93ED536AAD1B6AD2989DE7DC8ACB2D0BDBBFAF8E365", "40233A55512253FFF2E59BFE96A58EF638741977178D4FBAB9E8962A17C3EE81E3073A0CA6E57A8C8C19719D40E483E1", "FB9263026214A075A79413BAF89D039ED81EC5FF6E8B1046107179C489097703F3D02E8F3943ED08F0F4AFB92FBAE5E9", "FD6B8C6A26386470070193BC0D9CBA296F18866328A88A7A3D3348B4157BEC51C12F897A3CCF6509BAB255CC5D55A2DF", "FB63294A8C7FDCE18A675E1D563DB221A81B3ACAA3CC0453EB99D8CE2F8941CE1FA26E08734C47172FCB9FF1D6342218", "7142998930AF1B7664AAC633CF57A97B07A9965AE3209EC7ECE531B44432EA352BF88FB0AB81D5AE5BDEAEF96191A369", "BCD9CA7557BFD4E2DF3E54CE333DD18F614CB3BC02914ADEAEA06F5EACBC382044A1757ED0C596E3D6CCD71E86080D0F", "581A1DEEBDE90BE81D394E7B0E65B40AC792F770C25666F221D339C37CE5D4F404C5F787A543966508C52A92B66A3B5A", "34083796E34E6AAC34803B29E6D8D2B348514EADE536FB6058EAE11120251ED1890B6A8ACA7B0B12F75E3716BEFC211B", "56CD02C49D82FE877EB99F939D7B9761ABE6D5E50952DF954BF8D7E22174A6AD8A0FBACD55C90D9622AA161E2615D25A", "16E2F4268E26B8C4C1254C595B828130ADB2365C721A9D496B30087BC67E584C4523178BD1032D47B7C965F290959B5F", "611F673A8BC6B9F70206D5D19DA9BD772F9B0DE9F2286E2C4DE2527BCAAFDA6B83F2FE4B63DB222A3AA7B38707120260", "1BE866436B8799F2C2C85B247BC885E36249DD86C81D3BDC5080AFB883FD75303AF0DBB4FAF27795DC46E6D77A260F26", "AE2E9F41F4F4E80EB0636C662C8E588CEBE15D173A551AEC040C4572B0D85296FFFBDD8E65A8091AC7546C3EB9D8AC9C", "0FFEBA9DF50F5F7DDDE0A3F0EB4D177986AD22EB42D6127A56E77853A633B352A15E0EE49FCCF23FAD153E51424FB8E1", "2147F9B8CF000DD1B2FA6F4ACEA178AE7620371373F5D73BAD4A6933331280733C5FD0ACF817DAAEF12694493D33B6BC", "0500974AF1C2CD1F55EA22B017CD7C85AA98E832389975F662B2D34E23C9309A6D294AE79B71DE3B348ECE132259508F"]
        },
        "PhoneNumberRateLimitOptions": {
            "ShouldSendFakeResponse": false,
            "ClientWhitelist": ["54A63417F5DA6CE596B54B69212DB03959704CCF3E00AC831EDBF9367F34CDC9710AA00BBD2477306AA2141B9084FFBE", "D6ACF94B6D2B0CFB399B362E3AB2E7731EA46C2A506AF25D3BA8CA36A0DD8419C075CE9AB3DCC4983153E1779F6CB217", "4AA8BC5534C5D037DC2F3E0692C6AD8A769CD801AEAEE3D11581F30719F0E832356B6C9B001C443986530F241CA06DF9", "69C3DF447BFD1E21DEC4315E3C984E148816C53D13A178203A9931ABA2F9A8614B97DE5842215C4999BF5D194D71FB9F", "2979F6D54962C309EFD0031E46BB8A1A21ECC860694C8B5915D6A10285FBED456369E5A19D31A7E50E656BAC2D57F1D9", "9870BD838F9B0C9CF2F763CCE71552B2C60FBD1BEF2FC36B50D32DD3F24720A22941A35F3BDC0FAB3CC1049019009C70", "0922C03D4AE40F2705FB1BA82B754C9004FA78DF4F3DA4E53F8B05A95B594060BF31547369EDE6379F8BD937B1C523F7", "BCE08822034B0F93E77C104F61C38B0660D2813AE4E65162C6C7C8C6515C3593AB4367213566B4D4EBB872B38BE24652", "EE2313BDD4B03A85F9207381CC31B0AC9D9334E6345290BB11777B5089DC57946628F49EEC7014185D448E91B291CBCB", "8CB52DB86EFD5CF8B94B801B628B306C759DAEF067DBA737C5BD5C42D9F221AEE2021BF983463E768C24613D95AF52D8", "240A0B4A3B3A319086ACCD27D23AD0A86F7308CD36799F90DFD2D836FCA4CC867D6ED9D884C0B4C097F70EDC241EDC01", "AEA3177D31426B333C3AEDAAED9CD61E424679332ECEAED342D5CFD5815D83A7D1B8CDE8C277B9BC51C50C408B280637", "DCAD39F381EA13E85C83B4F7A12596CC850073D724C0525040388E54FD6B94BA690A783F7788B780647E4F80DD512597", "16D7942031788C1FE134D98B09B88FDE900F389A40E658CB17B00703EC25A82345E74D4060B1A6C8BEB8F74B5EBB7715", "BAEC13EAF5E82B245C54552465BD29C4DD4016BFD3740897E50048FA83CB6C6FE3676CE1A1CA81FA24D77CA9B18937C3", "D70694ABA1AF78E6294BD49F26893AD9E1451CAB51B1857157934AF6883A9DC68AED95DC116559D82CC6C45E46E1A266", "6CB2071EBA0822EC93C8DAEB5E1BD5E9F19F2E23921A4D65C7A1024BAC16E5C3CEBCA00C9B3849EB3C136897CCCAF2CC", "AF15D2F4BE68E7C9AA2FCA2E19FD70B3B0A71D04F17C660E2322C061949A20FC0C5AEE202C081B769ADBA6F7E78FD216", "F3E107BF8B4D439329B9DB5410D9F2A582B2F40EE329711B79B92CCC459FB0B82BBB8B96C959F43C9CE9FED1E195C9E4", "DD804ECBD1EF689061C02D630FC6E3DC3D152D845D7F839567AFA603B191126CB396346956AC51A755029BF7BE05D1D0", "711AEA5656C802E12C3D04F4B617400929E4234F3EDAAACC59025E6E91FD96C91393ED769215551FD36E367B10CC6578", "C9E0BC1BACDB1FD78AEBA1FB097ECA040E40F3DFB315B6110067B19723EEEC2C496BFDB00D4E57B3A6104B7EB2B67828", "25440B4C037F3580BA7AA5D35DC986F1A208BC030AF41CA4EE3DE332642643ADD6AC6A998DB536011E985D0EF73DF4EE", "4D2768C92374C6F0FC9AC46B9E9FC2994B2D1DF7A7EB534AFC3B3182B2E9637AF8DA56015A05733D093762006E005F10", "EBE2E849A95899F0D7A94E9D036DB0EC4A6BE0DED99C19D1F16DCB3F54A1469002066B9C86F399F3E6935596DB9B7E52", "3F9312F47BEE159A5063360847FBD8F497E7ECB77EA490B567B0B5E9E585813F5D39840EA6C9897B29DD5229BDFD02E7", "817C89BFED1DCFFBF572B57484E3B4660FA61C3B0EE9B5685A360C0675E1F4EA378F5B4D9A1F5BF40042038BC85CBFF1", "80745A80D3ACB038D65A936FAA94C93DF2A92A6553F5A5B732E8E5E6B17B56BC73DB7CF75B22BA12ECC9A41376E33B95", "1FD03AA51B174C4CB646F978004EF176C138CF3AB0C511BC75A2FFF2243F0E0F045273CF98CAF11711280A7CF06CDA73", "9F3995085E40974ECE8240544CEE8801E4298951017FCC24C5D1058F657C5C298AF6FB0EE0F4ECE533166DEED60D270A", "2147F9B8CF000DD1B2FA6F4ACEA178AE7620371373F5D73BAD4A6933331280733C5FD0ACF817DAAEF12694493D33B6BC", "0500974AF1C2CD1F55EA22B017CD7C85AA98E832389975F662B2D34E23C9309A6D294AE79B71DE3B348ECE132259508F"]
        },
        "DeviceIdRateLimitOptions": {
            "ClientWhitelist": ["db8EkaBVS_6i8ZHtXvhUzK", "cq79ar9cQIGg52lgGH2QIR", "1595FB53-E0B0-410D-8675-BAAE2783A194", "e2e-tests-fcffc040-4eb5-4e7b-890e-2c5131ecb5da", "D48E0E92-EB7E-4845-B75E-1876B7339D73", "B2C54E16-17FC-4A90-8146-D833C651EF4B", "2166f7fcfd4cd14cf92c8ed16be64323", "431777A2-7800-4C95-8C5D-56AF7B46E21C", "58728e6dbd83a311b7beacf1c740a0f8", "OndrasFakeDeviceId"]
        },
        "S4LAssetsVersion": "8.138.0.213",
        "S4LAssetsVersion-Default-Preview": "8.138.76.213",
        "IsMurphyProtected": false,
        "CallEcsPerRequest": true,
        "isEligible": true,
        "isGuesthostFacebookSharingEnabled": true,
        "CSP": "default-src 'self' blob: https://*.skype.com https://*.skypeassets.com; script-src https://*.skype.com https://*.skypeassets.com https://www.bing.com https://*.virtualearth.net https://*.arkoselabs.com 'unsafe-eval' 'report-sample'; style-src 'self' https://*.skype.com https://*.skypeassets.com https://www.bing.com 'unsafe-inline'; worker-src 'self' blob:; frame-ancestors 'self' https://*.skype.com https://login.microsoftonline.com; connect-src 'self' blob: data: https://*.api.cognitive.microsoft.com/text/analytics/v2.1/entities https://*.cognitiveservices.azure.com/text/analytics/v2.1/entities https://*.msn.com https://browser.events.data.microsoft.com https://*.skype.com https://*.skypeassets.com https://*.bing.com https://*.live.com https://*.aria.microsoft.com https://*.trouter.io wss://*.skype.com wss://*.skype.com:443 https://*.bingapis.com wss://wsapi.skype.net wss://wsapi-dev.skype.net wss://wsapi-qa.skype.net https://*.virtualearth.net https://search.knowledge.store https://outlook.office.com https://dynmsg.modpim.com https://teams.microsoft.com https://*.teams.microsoft.com https://login.microsoftonline.com https://login.windows.net https://substrate.office.com/ https://rink.hockeyapp.net/ https://*.translatorv2.skype.net https://graph.microsoft.com http://www.msftconnecttest.com/ https://api.cortana.ai/ https://gateway.zscaler.net https://gateway.zscalerone.net https://gateway.zscalertwo.net https://gateway.zscalerthree.net https://gateway.zscloud.net https://login.zscalerone.net https://api.tenor.com https://*.msedge.net https://outlook.office365.com https://*.measure.office.com https://api.msn.com https://in.appcenter.ms/logs https://gateway.bingviz.microsoftapp.net https://gateway-skype.bingviz.microsoftapp.net https://eagle.sapphire.microsoftapp.net https://taonow.blob.core.windows.net/ https://flighting.aps.skype.com/ https://*.arkoselabs.com https://*.bing.net/ https://livecms.secure.skypeassets.com; img-src data: blob: https://*.skype.com https://*.skypeassets.com https://*.skypeassets.net https://*.storage.msn.com https://*.storage.live.com https://skypeapps.azureedge.net https://bot-framework.azureedge.net https://botavatar.azureedge.net https://mscorpmedia.azureedge.net https://livecms.secure.skypeassets.com https://botresources.blob.core.windows.net https://*.bing.com https://*.bingapis.com https://*.virtualearth.net https://igx.4sqi.net https://fastly.4sqi.net https://outlook.office.com https://login.microsoftonline.com https://login.windows.net https://*.1drv.com https://spoprod-a.akamaihd.net https://*.measure.office.com https://*.msedge.net https://outlook.office365.com https://*.measure.office.com https://substrate.office.com https://outlook.live.com https://img-s-msn-com.akamaized.net https://assets.msn.com https://assets.msn.cn https://mschannelscdnprod.azureedge.net https://taonow.blob.core.windows.net/ https://cdn.query.prod.cms.msn.com https://*.bing.com https://*.bing.net https://*.lexisnexis.com https://*.giphy.com; media-src skypevideo: blob: https://*; font-src data: https://*.skype.com https://*.skype.net https://*.skypeassets.com; form-action 'self' data: https://login.skype.com https://login.live.com; child-src blob: https://*.skype.com https://*.skype.net https://login.skype.com https://login.live.com https://*.bing.com https://login.microsoftonline.com/ https://skypeapps.azureedge.net/ https://www.msn.com/ https://taonow.azureedge.net/ https://*.arkoselabs.com; report-uri https://edge.skype.com/r/c; block-all-mixed-content ",
        "PrefetchLinksJoin": "[{\"Url\":\"https://join.secure.skypeassets.com\",\"Rel\":\"preconnect\",\"IsCors\":false},{\"Url\":\"https://a.lw.skype.com\",\"Rel\":\"preconnect\",\"IsCors\":false},{\"Url\":\"https://login.live.com\",\"Rel\":\"preconnect\",\"IsCors\":false},{\"Url\":\"https://api.join.skype.com\",\"Rel\":\"preconnect\",\"IsCors\":true},{\"Url\":\"https://web.skype.com\",\"Rel\":\"preconnect\",\"IsCors\":false},{\"Url\":\"https://secure.skypeassets.com\",\"Rel\":\"preconnect\",\"IsCors\":false},{\"Url\":\"https://secure.skypeassets.com\",\"Rel\":\"preconnect\",\"IsCors\":true},{\"Url\":\"https://browser.pipe.aria.microsoft.com\",\"Rel\":\"preconnect\",\"IsCors\":true},{\"Url\":\"https://browser.pipe.aria.microsoft.com\",\"Rel\":\"preconnect\",\"IsCors\":false},{\"Url\":\"https://secure.skypeassets.com/wcss/__ASSETSVERSION__/js/vendor2.js\",\"Rel\":\"prefetch\",\"IsCors\":true},{\"Url\":\"https://secure.skypeassets.com/wcss/__ASSETSVERSION__/js/calling.js\",\"Rel\":\"prefetch\",\"IsCors\":true},{\"Url\":\"https://secure.skypeassets.com/wcss/__ASSETSVERSION__/js/core.js\",\"Rel\":\"prefetch\",\"IsCors\":true},{\"Url\":\"https://secure.skypeassets.com/wcss/__ASSETSVERSION__/js/messaging.js\",\"Rel\":\"prefetch\",\"IsCors\":true},{\"Url\":\"https://secure.skypeassets.com/wcss/__ASSETSVERSION__/js/vendor.js\",\"Rel\":\"prefetch\",\"IsCors\":true},{\"Url\":\"https://secure.skypeassets.com/wcss/__ASSETSVERSION__/js/app.js\",\"Rel\":\"prefetch\",\"IsCors\":true}]"
    },
    "PstnHub": {
        "WholesaleTrunkConfigOverridesOutbound": {
            "ExcludedCodecs": "SILK_16, G722_2, G722, SIREN, SILK_8, G729, CN_16, RED_8,CN_8",
            "PreferredCodecOrder": "PCMU, PCMA",
            "ExtensionParameters": {
                "DisableSessionTimer": "true"
            }
        },
        "ConsumerCaptchaIvrBot": {
            "Enabled": "true",
            "Enforced": "false"
        },
        "MfaTrunkConfigOverridesOutbound": {
            "ExcludedCodecs": "SILK_16, G722_2, G722, SIREN, SILK_8, G729, CN_16, RED_8,CN_8",
            "PreferredCodecOrder": "PCMU, PCMA",
            "ExtensionParameters": {
                "DisableSessionTimer": "true",
                "EnableUpdate": "true"
            }
        },
        "AcsEntitlement": {
            "Enabled": true,
            "SipInterfaceEnabled": true,
            "FreeCall": false
        },
        "AcsTrunkConfigOverridesInbound": {
            "ExtensionParameters": {}
        },
        "AcsTrunkConfigOverridesOutbound": {
            "ExtensionParameters": {
                "EnableUpdate": "true"
            }
        },
        "ConsumerTrunkConfigOverridesOutbound": {
            "ExcludedCodecs": "SILK_16, G722_2, G722, SIREN, SILK_8, G729, CN_16, RED_8,CN_8",
            "ExtensionParameters": {
                "DisableSessionTimer": "true"
            }
        },
        "ConsumerTrunkConfigOverridesInbound": {
            "ExtensionParameters": {
                "DisableSessionTimer": "true",
                "DisableForkingNotification": "true"
            }
        },
        "BVTrunkConfigOverridesInbound": {
            "ExtensionParameters": {}
        },
        "BVTrunkConfigOverridesOutbound": {
            "ExtensionParameters": {}
        },
        "TrunkConfigOverridesInbound": {
            "CallConnectionIndication": "Fake180",
            "ExtensionParameters": {}
        },
        "TrunkConfigOverridesOutbound": {
            "ExtensionParameters": {}
        }
    },
    "RichNotifications": {
        "BlockedTelemetryColumns": ["FeatureName", "Password"]
    },
    "RtcPalVideoConfiguration": {
        "EnablePanoWithAnyAspectRatio": "0"
    },
    "S4L": {
        "pushConfig": {
            "enableTflDualRegistration": true,
            "alwaysUseNativeRegistrationId": true,
            "ttlSeconds": 15552000,
            "refreshIntervalSeconds": 86400,
            "refreshOnLaunch": true
        },
        "intentStartup": {
            "enabled": true,
            "getIntentFromDeepLink": true,
            "enabledManifests": ["AllPreUI", "AllPostUI", "Recents", "Chat", "Call", "Dialpad"],
            "startHeartbeatServiceEarly": true
        },
        "SchedulerConfig": {
            "enablePesThrottling": true,
            "enableSmsPriceThrottling": true,
            "enablePeopleServiceClientThrottling": true,
            "enableTelemetryServiceThrottling": true,
            "enableEcsServiceThrottling": true,
            "telemetryServiceResumeTimout": 60000
        },
        "unsafeTraceAreas": [136, 252],
        "chatFeatures": {
            "extendedHistoryInProd": false,
            "useDogfoodCloud": false,
            "recommendedRing": 0,
            "restFallbackTimer": 5000,
            "endpointTimeoutViaRest": true
        },
        "MSFT": true,
        "tracing": 0,
        "tracing2": 0,
        "tracing3": 0,
        "tracing4": 0,
        "tracing5": 0,
        "tracing6": 0,
        "tracing7": 0,
        "tracing8": 0,
        "tracing9": 0,
        "Murphy": false,
        "disabledTelemetry": {}
    },
    "S4L_Backpack": {
        "inProfileEnabled": false,
        "inMediaBarEnabled": false,
        "inMessageStreamEnabled": false,
        "animateAddingItem": false,
        "isInAppBrowserEnabled": false,
        "inShareExtensionEnabled": false
    },
    "S4L_Caap": {
        "showMyBotAsContact": true,
        "myBotIdToAdd": "e7a9407c-2467-4a04-9546-70081f4ea80d",
        "skipContactCheck": true,
        "botRefreshEnabled": true,
        "suggestions": {
            "enabled": false,
            "enableSuggestionsV2": false,
            "suggestionIdTelemetryEnabled": true,
            "suggestionsEnabled": false,
            "consentEnabled": false,
            "feedbackEnabled": false,
            "iconEnabled": true,
            "daysToRepromptSuggestionConsent": 0,
            "orderingEnabled": false,
            "ordering": [{
                    "suggestionType": "Default",
                    "position": 0,
                    "maxCount": 0
                }
            ]
        },
        "adaptiveCards": {
            "enableSharing": false,
            "imagePrefetchEnabled": true,
            "placeholderLoadingTimeout": 1000,
            "attributionAssets": [{
                    "name": "Bing API",
                    "asset": "\uE015"
                }, {
                    "name": "Bing",
                    "asset": "\uE015"
                }
            ]
        },
        "adaptiveCardAttributionAssets": [{
                "name": "Bing API",
                "asset": "\uE015"
            }, {
                "name": "Bing",
                "asset": "\uE015"
            }
        ],
        "autoAddBotsEnabled": true,
        "botIdsToAdd": [],
        "botDiscoveryEnabled": false,
        "botStoreAsList": false,
        "conciergeBlockedMessageTypes": ["RichText", "RichText/Media_FlikMsg", "RichText/Media_Card"]
    },
    "S4L_CMC": {
        "dataChannelReactions": {
            "doNotSendCaptionsViaChat": true,
            "enableCaptions": true,
            "enableDataChannel": true,
            "sendReactions": true,
            "doNotSendViaChatS": false,
            "throttleIntervalMs": 500,
            "retryDataChannelSendOnError": true,
            "retryDataChannelMaxNumber": 3,
            "retryDataChannelDelayMs": 2000
        },
        "enableSkypeMediaSafetyDaemonThreadOfBotChannel": {
            "enabled": true,
            "time": 30,
            "timeOfHeart": 30
        },
        "enableSkypeMediaSafetyBotChannel": true,
        "enableCallsFromContactsOnlyPrivacySetting": false,
        "skypeMediaSafetyBotConfig": {
            "enabled": true,
            "botMri": "28:68108ee6-87d9-4fd6-b85b-306216be2985",
            "botMriFilter": ["28:9f6cbb6e-083f-4b96-bcfa-802488dcf40e", "28:d96d5a9f-c9ae-41af-9187-e213d456041f", "28:29a41b3a-90e7-4d23-9d24-afe4dee2e4e7", "28:52b0c63e-a675-4e38-b8fb-b373d96ec315", "28:f15ea256-e453-4b87-810e-6fabc0a6fdb3", "28:f4c739a9-9d32-45a9-bb93-bfb955b30270", "28:68108ee6-87d9-4fd6-b85b-306216be2985"],
            "enabledRegions": ["US", "UK", "CA", "AU", "PH"],
            "thresholdForRiskScore": 0
        },
        "enableNewVideoEffects": true,
        "enableDeviceQualityBannersV2": true,
        "rtt": {
            "enabled": true
        },
        "resumableUploads": {
            "enabled": true,
            "types": ["Video", "VideoMessage", "File", "Audio", "AudioMessage"]
        },
        "enableRedesignedDeviceQualityBanners": true,
        "enableTabletCTAButtonsInCallsTab": true,
        "enableUnregisteringTrouterListenersWhenReloading": true,
        "enableShowingResumeCallInConversationListItem": true,
        "enableOneMessageTranslationDiscardUnwanted": true,
        "enableNewCallPanel": {
            "enableVisitor": true,
            "enablePortraitFlex": true,
            "enableLandscapeFlex": true,
            "enableExperimentalHeader": true,
            "enableExperimentalCallControls": true
        },
        "resumeListenToCameraSwapEventAfterResumeCall": true,
        "enableEndCallsWhenLeavingGroup": true,
        "enableCleanupWhenAssumedStartCallFailed": true,
        "enableIgnoringRecordingStopBeforeStart": true,
        "enableCheckExistingGoLiveCallsBeforeClearingConversationLiveState": true,
        "enableMultipleStreamSupport": true,
        "twinCamEnabled": true,
        "twinCamEnabledForOneOnOne": true,
        "twinCamInsiderTextEnabled": true,
        "twinCamRetailStepsTextEnabled": true,
        "stopTranslationOnCallHold": true,
        "clientCountry": "otherECS",
        "enableOneMessageTranslation": true,
        "translationFeatures": {
            "truVoice": true,
            "automaticLangDetection": true,
            "enabled": true
        },
        "skypeTranslation": {
            "enabled": true
        },
        "pstnTranslation": {
            "enabled": true,
            "useUserIconInsteadOfFlags": true,
            "hideSettingsOnTranslationStart": true
        },
        "enableTransparentVideoStream": true,
        "callCaptionsUiV2": true,
        "callCaptionsLiveButton": true,
        "callCaptionsStartImmediateTrigger": true,
        "callCaptionsMerge": false,
        "callCaptionsFloatPanel": {
            "desktopSizePercentage": 0.4,
            "mobileSizePercentage": 0.45
        },
        "callCaptionsBottomPanel": {
            "desktopSizePercentage": 0.3
        },
        "createTranslatedChatEnabled": false,
        "callTranslatorBotConfig": {
            "languageSupport": {
                "speech": ["ar-SA", "bg-BG", "ca-ES", "zh-CN", "zh-TW", "hr-HR", "cs-CZ", "da-DK", "nl-NL", "de-DE", "el-GR", "en-GB", "en-US", "es-ES", "es-MX", "et-EE", "fi-FI", "fr-CA", "fr-FR", "he-IL", "hi-IN", "hu-HU", "id-ID", "it-IT", "ja-JP", "ko-KR", "lt-LT", "lv-LV", "ms-MY", "nb-NO", "pl-PL", "pt-PT", "pt-BR", "ro-RO", "ru-RU", "sk-SK", "sl-SI", "sv-SE", "th-TH", "tr-TR", "uk-UA", "vi-VN"],
                "tts": ["ar-SA", "bg-BG", "ca-ES", "zh-CN", "zh-TW", "hr-HR", "cs-CZ", "da-DK", "nl-NL", "de-DE", "el-GR", "en-GB", "en-US", "es-ES", "es-MX", "et-EE", "fi-FI", "fr-CA", "fr-FR", "he-IL", "hi-IN", "hu-HU", "id-ID", "it-IT", "ja-JP", "ko-KR", "lt-LT", "lv-LV", "ms-MY", "nb-NO", "pl-PL", "pt-PT", "pt-BR", "ro-RO", "ru-RU", "sk-SK", "sl-SI", "sv-SE", "th-TH", "tr-TR", "uk-UA", "vi-VN"]
            },
            "enabledTranslatorOneOnOneCall": true,
            "enabledTranslatorOneOnOnePstnCall": false,
            "enabledTranslatorGroupCall": false
        },
        "enableNewCallControls": true,
        "enableAudioParticipantsBackground": true,
        "enableAudioParticipantsBackgroundInTray": true,
        "audioParticipantsBackgroundFileNames": ["cloth.jpg", "wave.jpg", "teamsrnd1.jpg", "teamsrnd2.jpg", "teamsrnd3.jpg", "teamsrnd4.jpg", "iceland.jpg", "officernd1.jpg", "officernd2.jpg", "officernd3.jpg", "officernd4.jpg", "officernd6.jpg", "officernd7.jpg", "officernd10.jpg", "officernd11.jpg", "officernd13.jpg", "officernd15.jpg", "officernd17.jpg", "sixnfive.jpg", "hispanic.jpg", "micrnd1.jpg", "micrnd3.jpg", "micrnd5.jpg", "micrnd6.jpg", "drops.png"],
        "enableIncomingVideoFirefox": true,
        "removeThreadIdFromUrlHistory": true,
        "enableScreenShareZoom": true,
        "enableBackgroundReplacement": true,
        "enableEcoMode": true,
        "enableCallParticipantsPinning": true,
        "enableTopTrayHiding": true,
        "enableObservingCall": true,
        "callCaptionsCleanupValidDate": "2021-09-08",
        "redesignedLobbiesEnabled": true,
        "enableLightThemeOnCallStage": true,
        "enableUFDForDeviceHasEcho": true,
        "bingBackgrounds": {
            "enabled": true,
            "enableDataChannel": false,
            "enableRoster": true,
            "enableImageDownload": false,
            "host": "https://www.bing.com",
            "path": "/hp/api/v1/imagegallery?format=json&setmkt=[LOCALE]&today=1",
            "pickImageBasedOnUserIdHash": false,
            "showInSettings": false,
            "showInCallFooter": true,
            "iconCountInHeader": 2,
            "useBingLogoInsteadOfSearchIcon": true,
            "showBackgroundCaptions": true,
            "tryOpenInAppBrowser": true,
            "sendBackgroundInfoUpdates": false,
            "throttleIntervalMs": 500,
            "retryDataChannelSendOnError": true,
            "retryDataChannelMaxNumber": 3,
            "retryDataChannelDelayMs": 100
        },
        "isStartCaptionsInfoPanelEnabled": true,
        "enableNewCallScreen": true,
        "newCallScreenEnabledByDefault": true,
        "enableLocalSpeakingIndicator": true,
        "isInterimCaptionConcatenated": false,
        "enableNewAnimations": true,
        "enableSlimcorelogging": true,
        "enableNewMainCallControlsForOldCallScreen": true,
        "enableBackgroundBlurOnWeb": true,
        "enableBackgroundBlurWebNewLabel": false,
        "meetNowTitleSuggestionList": {
            "enableSuggestionList": true
        },
        "enableMeetNowEmoticonPicker": true,
        "enableLockMeeting": true,
        "enableAsyncMedia": false,
        "RNSlimcore": {
            "telemetryEnabled": false,
            "timeOutIntervalForAttachDetach": 7000,
            "experimentalVideoRendering": true
        },
        "enableGroupCallingChromium": true,
        "enableOneToOneCallingChromium": true,
        "enableOneToOneCallingSafari": true,
        "disableOutgoingVideoSafari": false,
        "enableParticipantsButtonInCallControls": true,
        "meetNowCreationLobbyVariant": "B",
        "customCallReactions": {
            "enabled": true,
            "maxNumberOfCustomReactions": 6,
            "defaultPack": ["yes", "clap", "laugh", "surprised", "sad"],
            "initialTabId": "SuperReactions"
        },
        "enableNewLayoutPicker": true,
        "enableSpeechConsentFlow": true,
        "enableUIToSelectSkypeOrPSTNContactToAddToGroupCall": true,
        "enableReactionsInCallStageMobile": true,
        "callAudienceBotConfig": {
            "enabledOneOnOneCall": true,
            "enabledGroupCall": true,
            "botMri": "28:9cd07db6-fab5-438c-8e34-44117fac7650",
            "botMriFilter": ["28:4969df63-cfcb-45e3-b06e-1f2b54d8b9bb", "28:9cd07db6-fab5-438c-8e34-44117fac7650", "28:3d59cb08-f597-4e49-9add-a05f9735152b"],
            "minParticipantsOnCall": 2
        },
        "callGridViewBotConfig": {
            "enabled": true,
            "botMri": "28:ab5d1521-415b-4380-82e4-af803fb8bf2d",
            "botMriFilter": ["28:9dc84a1d-cd1f-4e39-83b4-365e9482e2ad", "28:8cf0f6d9-65dc-464b-a2cb-8f66a9767358", "28:ab5d1521-415b-4380-82e4-af803fb8bf2d"],
            "minParticipantsOnCall": 4
        },
        "isCallCaptionsCleanupEnabled": true,
        "enableShareInviteMessageVariant": true,
        "enableRaiseHands": true,
        "enableDeviceNumberTelemetry": true,
        "enableScreenSharingSafari": true,
        "modernCallStage": {
            "enabled": true,
            "maxStageElements": 4,
            "animationDuration": 250
        },
        "isCallCaptionsStoreEnabled": false,
        "enableCallPreviewPermissionOnLoad": true,
        "enableCallWithoutAVPermissionsBrowser": true,
        "enableDialpadOnPSTNSubtitlesCalls": true,
        "enablePreHeatCall": true,
        "enableAllCallButtonsVisible": true,
        "enableFullScreenOnWeb": true,
        "enableDoubleTapToFullScreen": true,
        "enableNotifyUsersMuteKick": true,
        "hideSnapshotButton": true,
        "enableEndCallInRecents": true,
        "enableLabelsOnCallButtons": true,
        "enableTranslatorBotDeprecation": true,
        "translatorBotDeprecationDate": "13/01/2020",
        "enableTranslatorBotV1": true,
        "enableCallIntegration": true,
        "useConverstionSyncForJoinCall": true,
        "enablnewPSTNLandingScreenWhileSearch": true,
        "enableMessageTranslation": true,
        "messageTranslatorEndpointUrl": "https://translatorv2.skype.com/api/v1/text.translation",
        "callCaptionsEnableTranslatedVoiceOption": true,
        "enableCallPoorConnectionBanner": true,
        "enableCallPoorConnectionUI": false,
        "enableAudioOnly": true,
        "callCaptionsOtherParticipantsOptionDefaultToEnabled": true,
        "enableVideoSuggestionTooltip": true,
        "maximumVideoSuggestionTooltipInteraction": 3,
        "enableFloatableResizableVideoPreview": true,
        "enableRinglessCall": true,
        "maximumGroupSizeRinglessCall": 100,
        "enableEndGoLiveForLastParticipant": true,
        "enableRinglessCallForSmallGroups": true,
        "footprintServiceIntervalInMinutes": 10,
        "footprintServiceConfigUrls": ["fp.config.skype.com/conf/v2/s4lw/fpconfig.min.json"],
        "enableJoinerCallPreview": true,
        "enableNewCallPreviewUI": true,
        "useAlternativeEndCallCreator": true,
        "maxRecordingMs": 180000,
        "mediaRetryPolicy": {
            "maxPostElapsedTime": 300000,
            "maxRetriesDefault": 5,
            "maxRetries": {
                "postingService_postChatMessage": 1000000000,
                "postingService_postChatMessageForeground": 1000000000,
                "postingService_amsUpFullContent": 5,
                "postingService_urlPreviewFetching": 3,
                "postingService_updateChatMessageProperties": 3,
                "downloadService_download": 10
            },
            "countLocalNetworkFailures": true
        },
        "coachmarksStyleString": true
    },
    "S4L_Commerce": {
        "needsToVerify": {
            "phoneVerificationRedirectToForm": false,
            "enableKycVerificationStore": true,
            "phoneVerificationCountriesControl": ["US", "GB", "AU", "FI", "DK", "SE", "NZ", "CA"],
            "privacyLink": "https://go.skype.com/privacy"
        },
        "callingSettingsPanel": {
            "callerId": {
                "callerIdWarnings": [{
                        "mobileCountry": [],
                        "skypeinCountry": ["EE"],
                        "countryWarning": ["EE"]
                    }, {
                        "mobileCountry": ["NO"],
                        "skypeinCountry": [],
                        "countryWarning": ["NO"]
                    }, {
                        "sameOperatorRestrictions": true,
                        "mobilePrefixesCountry": ["AU"],
                        "mobilePrefixes": ["61400", "61407", "61408", "61409", "61417", "61418", "61419", "61427", "61428", "61429", "61436", "61437", "61438", "61439", "614444", "614445", "61447", "61448", "61455", "61456", "61457", "61458", "61459", "61460", "61461", "61462", "61463", "61467", "614725", "614726", "614727", "614728", "614729", "61473", "61474", "61475", "61476", "61477", "614801", "614802", "614803", "614804", "614805", "614806", "614807", "614824", "614825", "614826", "614827", "614828", "614829", "614830", "614831", "614832", "614833", "614838", "61484", "61486", "61487", "614880", "614881", "614882", "614883", "614884", "614885", "614886", "614887", "614889", "61490", "614910", "614911", "614912", "614913", "614914", "614916", "614917", "614918", "614919", "61492", "61493", "614940", "614941", "61497", "61497", "61499"]
                    }
                ],
                "countriesNeedWarningWithoutCallerId": ["CN"],
                "refreshInfoOnSmsComposer": true,
                "useInAppFlow": true,
                "enabled": true,
                "useExternalWebBrowser": true,
                "displayStateEnabled": true,
                "link": "https://secure.skype.com/portal/main-page?page=callerId",
                "goTarget": "client.s4l.caller-id"
            },
            "enabled": true,
            "desktopEnabled": true,
            "callForwarding": {
                "enabled": true,
                "displayStateEnabled": true,
                "link": "https://secure.skype.com/portal/main-page?page=callForwarding",
                "goTarget": "myaccount.call-forwarding"
            }
        },
        "callerIdCTA": {
            "callerIdChinaWarning": {
                "enabled": false
            },
            "postCallInterruptPanel": {
                "enabled": true,
                "showAfterCallNumber": 5,
                "showMaxAmount": 5,
                "maxTimeSinceFirstCallDays": 30,
                "minTimeSinceLastShowHours": 48
            },
            "inChatMessages": {
                "enabled": false,
                "messageType": "illustration"
            },
            "dialpadCTA": {
                "enabled": true
            },
            "ignoreCallTerminatedReasons": [14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 33, 36, 37]
        },
        "profileSkypePhoneRefinement": {
            "enableReordering": true,
            "enableWordingUpdates": true
        },
        "balanceStatePanelInfoScreen": {
            "enabled": false
        },
        "cantSendSmsToTheUSWarning": {
            "enabled": true,
            "learnMoreLink": "https://go.skype.com/help.faq.sms"
        },
        "newBuyCreditExperience": {
            "creditPickerOnTasterPostCall": "true",
            "lowFundsPSTNExperienceEnabled": true,
            "lowFundsPSTNExperienceShowSubscriptions": true,
            "lowFundsSMSExperienceEnabled": true,
            "dynamicFontSizeEnabled": true,
            "useClientFormattingForCurrencies": ["USD", "EUR"],
            "enabled": true,
            "preselectedCreditId": "credit-10",
            "variant": "buttons",
            "sizes": {
                "large": {
                    "contentLengthThreshold": 4,
                    "smallDeviceFontSize": 20,
                    "selectedItemSmallDeviceFontSize": 20,
                    "mobileFontSize": 20,
                    "selectedItemMobileFontSize": 20,
                    "desktopFontSize": 20,
                    "selectedItemDesktopFontSize": 20
                },
                "medium": {
                    "contentLengthThreshold": 8,
                    "smallDeviceFontSize": 14,
                    "selectedItemSmallDeviceFontSize": 14,
                    "mobileFontSize": 16,
                    "selectedItemMobileFontSize": 16,
                    "desktopFontSize": 19,
                    "selectedItemDesktopFontSize": 19
                },
                "small": {
                    "contentLengthThreshold": 100,
                    "smallDeviceFontSize": 13,
                    "selectedItemSmallDeviceFontSize": 13,
                    "mobileFontSize": 16,
                    "selectedItemMobileFontSize": 16,
                    "desktopFontSize": 19,
                    "selectedItemDesktopFontSize": 19
                }
            }
        },
        "sendCredit": {
            "skypeToPhoneEnabled": true
        },
        "webProducts": {
            "billingPeriods": {
                "enabled": false,
                "useAssetsApi": false,
                "periods": {
                    "threeMonths": false,
                    "twelveMonths": true
                }
            },
            "disclaimers": {
                "indiaCallLimitations": {
                    "enabled": true
                }
            },
            "destinations": {
                "enabled": true
            },
            "subscriptionSearch": {
                "enabled": true
            }
        },
        "enableAgeAppropriateDesign": true,
        "nativeProducts": {
            "manageSubscription": {
                "gPlay": {
                    "enabled": true,
                    "subscriptionPlanRegExp": "-gplay$",
                    "url": "https://play.google.com/store/account/subscriptions"
                }
            },
            "disclaimers": {
                "indiaCallLimitations": {
                    "enabled": true
                }
            }
        },
        "skypeNumber": {
            "newSkypeNumberPanel": {
                "enabled": true,
                "enableInfoText": false,
                "enableWarningText": true,
                "enableCallerIdToggle": true,
                "prettifyBuyButton": true,
                "showShareButton": true,
                "desktopShare": {
                    "defaultMail": true,
                    "outlook": true,
                    "gmail": true
                }
            },
            "showInProfile": true,
            "forceLearnMoreButton": false,
            "useExternalWebBrowser": true,
            "backNavigation": false
        },
        "payments3ds": {
            "enabled": true
        },
        "smsPromo": {
            "unpaidUserEnabled": true
        },
        "noCreditPromo": {
            "enabled": true
        },
        "callFailure": {
            "tasterPostCall": {
                "enabled": true
            },
            "smsFailurePrompt": {
                "enabled": true
            },
            "callFailurePrompt": {
                "enabled": true,
                "addParticipantEnabled": true,
                "layoutOption": "creditOnly",
                "copiesOption": "positive"
            },
            "postPurchasePrompt": {
                "enabled": true
            }
        },
        "purchaseConfirmation": {
            "useDialogWithDisclaimers": true
        }
    },
    "S4L_Config": {
        "presence": {
            "enableLegacyPresence": false,
            "prioritizeUps": true,
            "enableUpsPresence": true,
            "upsUrl": "https://presence.skype.com/",
            "enableBusyState": true,
            "enablePresenceChangeNotification": true,
            "forceFetchContactPresence": true,
            "enableIgnoreInvalidPresenceStatus": true,
            "enableIgnoreUnwantedPresenceChange": true,
            "enableNewPresenceMode": true,
            "presenceAwayTimerInSeconds": 3600,
            "contact": {
                "enableAllContactSubscription": true,
                "maxSubscriptionLimit": 500,
                "maxFetchLimit": 500,
                "maxFetchRetries": 3
            }
        },
        "endpointPresence": {
            "trouterUserStatusEnabled": true,
            "ensurePresencePublished": true,
            "inactiveEndpointTimeout": 0
        },
        "pes": {
            "useLocalEmoticonsFirstTab": true
        },
        "chat": {
            "msgApiConfig": {
                "enableE2eeRequests": true,
                "enableMfeForEndpointRequests": true,
                "isExclusive": true,
                "enableP2PThreadsWithUsers": true,
                "enableP2PThreadRendering": true,
                "enabled": true,
                "enableP2PThreadsWithBots": true,
                "enableP2PThreadsWithPstn": true,
                "enableP2PThreadsWithS4B": true,
                "enableV2InviteFree": true,
                "host": "https://teams.live.com/api/chatsvc/consumer/"
            },
            "reportInternalFailures": true,
            "reportUnknownInternalFailures": false,
            "reportSystemExceptionInternalFailures": false,
            "dontPersistSessionInfoOnWeb": true,
            "enableWebsockets": false,
            "RESTRequestTimeouts": {
                "defaultTimeout": 60000,
                "scenarioTimeouts": {
                    "pollSubscription": 110000,
                    "createThreadMeeting": 6000
                }
            }
        },
        "enableHideGalleryPanelLeftNavShoreline": true,
        "pnh": {
            "androidFCMVersion": "8.17",
            "androidADMVersion": "8.17",
            "electronVersion": "1.10",
            "iosApnsWithAlertsVersion": "8.23",
            "iosApnsVersion": "8.13_cv",
            "webVersion": "2.12",
            "enableIOSReceiveBackgroundStopRingerEvent": false
        },
        "enablePreventBrowserNaviBackOnEdgeShoreline": true,
        "webNotificationPromptCooldown": {
            "enabled": true,
            "enabledOnEdge": true,
            "openEdgeSettingUrl": "edge://settings/content/siteDetails?site=https%3A%2F%2Fweb.skype.com"
        },
        "graphSearch": {
            "searchQueryDelay": 500
        },
        "contacts": {
            "host": "https://edge.skype.com/pcs/"
        },
        "abch": {
            "profileUrl": "https://pnv.skype.com/profile/"
        },
        "profile": {
            "host": "https://edge.skype.com/profile/"
        },
        "sms": {
            "host": "https://consumer.entitlement.skype.com/",
            "organizationId": "skype",
            "useV2Api": true
        },
        "restClient": {
            "defaultTimeout": 0
        },
        "urlPreview": {
            "maxPreviewsPerMessage": 2,
            "timeout": 5000
        },
        "calling": {
            "enableDeferredStartup": true
        },
        "messageSearch": {
            "host": "https://msgsearch.skype.com/v2/"
        },
        "gogo": {
            "enabled": true,
            "ssid": ["gogoinflight", "gogowifi", "QE-DAL-STAGE"],
            "isOnGogoIpRange": false
        },
        "privacyUrl": {
            "host": "https://go.microsoft.com/fwlink/?LinkId=521839",
            "splitSearchSuggestionsSettingsUrl": "https://go.microsoft.com/fwlink/?linkid=873474",
            "profileLearnMoreUrl": "https://go.skype.com/privacy.profile",
            "receiveContactSuggestionsUrl": "https://go.skype.com/receive.suggestions",
            "appearInSuggestionsUrl": "https://go.skype.com/appear.suggestions"
        }
    },
    "S4L_Contacts": {
        "enableGoldenGateContactsEndpoints": true,
        "enableGoldenGateProfileEndpoints": true,
        "enableGoldenGateSCDEndpoints": true,
        "enableUnverifiedBanner": true,
        "enableShowVerification": true,
        "sendLegacyInviteSfB": true,
        "consumeLegacyInvites": true,
        "enableAlwaysShowActiveNowFilter": true,
        "enableShortCircuitContactsRoaming": true,
        "enableCustomStatus": true,
        "contactsFullSyncRefreshInHours": 120,
        "enableIOSAutoBuddy": true,
        "enableNewSettings": true,
        "enableAddRemoveContactOptions": true,
        "enableProfileV2": true,
        "enableMeControl": true,
        "enableNewContactsPanel": true,
        "enableEditSkypeContact": true,
        "overrideWithAddressBookName": true,
        "enableShowSignedInAs": true,
        "enableEditPSTNContact": true,
        "enableAddPstnContact": true,
        "allowCallsFromContactsOnly": true,
        "mergePinnedAndFavorite": true,
        "enableAddContactsFlow": true,
        "enableInviteFree": true,
        "enableGroupInviteFree": true,
        "shortCircuitHashBatchSize": 200,
        "shortCircuitSyncMatchLimit": 0,
        "sendLegacyInvite": false,
        "enableAddressBook": false,
        "enableMacSyncAddressBook": false,
        "enableNewInviteShareUI": true,
        "enableNewContactsIcon": true,
        "enableGroupShareButtonInChat": false,
        "enableSearchFeedback": false,
        "userTrackingTelemetryEnabled": true,
        "enableNewConnectionMessage": false,
        "enableLoadingIndicatorInSearchInput": true,
        "enableDeviceIdForShortcircuit": false,
        "enableInviteFreeQuarantineContactResync": false,
        "enableAvatarLoadErrorTracking": false
    },
    "S4L_Cortana": {
        "clearSuggestionsConsentEnabled": true,
        "inContextEnabled": false,
        "enabled": false,
        "suggestionsConsentEnabled": false,
        "filtersEnabled": false,
        "suggestionsConsentTimeout": 10000
    },
    "S4L_Engagement": {
        "tooltips": {
            "enabledTypes": ["MagicBotToolbox"]
        },
        "notAllowedForChildrenList": ["insiderbuildquality-engapi-a", "insiderbuildquality-engapi-b", "nps-electron-popcard-b-new", "nps-mobile-v6-c-new", "nps-uwp-rn", "skypenpsweb-varianta", "SkypeEngagementSystem-Test", "skypecallingsurvey2024-notice"],
        "conciergeBlockedMessageTypes": ["RichText/Media_FlikMsg", "RichText/Media_Card"],
        "conciergeBotSettings": {
            "enableVisibility": true,
            "enableMessageReactions": true,
            "allowedRecentMessageTypes": ["RichText"]
        },
        "inviteFriendsSetting": {
            "enabled": true,
            "isBold": true
        },
        "whatsNewSetting": {
            "enabled": true,
            "url": "http://go.skype.com/whats.new.skype",
            "coachmarkEnabled": false
        },
        "engagementApiClient": {
            "postApiEnabled": true,
            "enabled": true,
            "engagementApiHostPath": "https://engagementapi.skype.com/v1",
            "excludedCampaignIds": ["test-scenario_engagementapi", "skype-sms-connect", "skype-insiders-tou", "onboardinguploadavatar", "rou-insiderbuildquality", "readreceiptsannouncementclient"],
            "requestRetries": 3
        },
        "notificationSettings": {
            "emailNotificationsSettingsEnabled": true,
            "emailMissedMessageReminders": {
                "enabled": true,
                "timeWindowInHours": 72
            },
            "emailMissedCallReminders": {
                "enabled": true,
                "timeWindowInHours": 72
            }
        },
        "popCards": {
            "enabled": true,
            "uiVersion": 3,
            "backButtonEnabled": true,
            "defaultTimeoutSeconds": 2419200,
            "maxBulkSize": 10,
            "toggleCloseOnLeft": false,
            "escKeyEnabled": true,
            "imagePreloadEnabled": true
        },
        "enableNoticeMessageSubscription": true,
        "enabledNoticeMessageContentTypes": ["application/vnd.microsoft.notice", "application/vnd.microsoft.notice.avatar"],
        "notices": {
            "enabled": true,
            "enabledMessageContentTypes": ["application/vnd.microsoft.notice", "application/vnd.microsoft.notice.avatar"],
            "defaultTimeoutSeconds": 2419200,
            "maxBulkSize": 20,
            "schemaVersion": [1]
        },
        "coachMarks": {
            "disabledCoachMarkTypes": ["ChatPlus", "Plus", "QuickCall", "People", "ChatProfile"],
            "enabled": false,
            "forceDisplayEnabled": false,
            "defaultTimeoutSeconds": 2419200,
            "maxBulkSize": 10
        },
        "engagementHelperRetrySetting": {
            "maxNumberOfRetries": 5,
            "exponentialTimeForRetryInitialTime": 100,
            "exponentialTimeForRetryMaxTime": 5000
        },
        "engagementOfflineTargetedPullSetting": {
            "searchForOfflineTargetedPullMetadataEnabled": true,
            "enabled": true
        },
        "engagementMessagesQueue": {
            "enabled": true,
            "refreshTime": 60000
        },
        "enableFirstRunExperienceFiltering": true,
        "firstRunExperienceAllowedList": ["tpum_sc_twwithdisplayname", "tpum_sc_twwithavatar", "tpum_sc_onewaymatchdetected", "tpum_sc_matchdetected", "tpum_sc_twnodisplaynameavatar", "skypeinsidertou-engapi", "uploadyouravatar2019", "whats-new"],
        "clientTriggeredEngagement": {
            "enabled": true,
            "campaignIdFiltering": {
                "enabled": true,
                "campaignIds": "test-scenario_engagementapi"
            }
        },
        "oneRmClient": {
            "requestRetries": 3,
            "msaRefreshTokenRetrieveTimeout": 180000
        },
        "engagementShareableContent": {
            "enabled": true,
            "enableOneClickSend": true,
            "enableCustomMessageField": false,
            "enableCarousel": true
        },
        "engagementPostMessage": {
            "enabled": true,
            "userContextAllowedOrigins": ["https://feedback.skype.com"]
        },
        "noticeDefaultTimeoutSeconds": 2419200,
        "popCardDefaultTimeoutSeconds": 2419200,
        "maxPopCardBulkSize": 10,
        "maxNoticeBulkSize": 20,
        "enableExternalBrowserLinkOpen": true,
        "enableInAppBrowserLinkOpen": true,
        "engagementSenderIdentity": ["28:concierge", "28:concierge_df"]
    },
    "S4L_Feedback": {
        "inClientFeedback": {
            "enabled": false
        },
        "serviceAlerts": {
            "enabled": false
        }
    },
    "S4L_Integrations": {
        "enabled": false,
        "enableDesktop": false,
        "findPanelLayout": {
            "isFlatList": true,
            "includeMediaBarItemsInFlatList": true,
            "excludedMediaBarItemsInFlatList": ["CameraItem"]
        },
        "enableSurvey": false,
        "enableAps": true,
        "apsPublishedStatus": "published",
        "bingIntegration": {
            "enabled": false,
            "id": "bing",
            "name": "Search",
            "url": "https://www.bing.com/api/custom/v1/skype/findpanelconfig",
            "version": 1
        },
        "integrations": [],
        "isGroupedCardLayout": false,
        "categoriesOrdering": [],
        "featuredIntegrations": []
    },
    "S4L_MeetNow": {
        "mobileMeetingAvatarAndTitlePickerEnabled": true
    },
    "S4L_Messaging": {
        "contactInTeamsSystemMessageEnabled": false,
        "goldenGateFeatureCohort": "AllUsers",
        "enableMessageDeeplink": true,
        "enableChatDeeplink": true,
        "tflDeepLink": {
            "maxAllowedInstallerFileAgeMs": 3600000,
            "installTimeoutMs": 1800000,
            "minSupportedTFLVersion": {
                "windows": {
                    "arm64": "25044.2208.3471.2155",
                    "x64": "25044.2208.3471.2155",
                    "x86": "25044.2208.3471.2155"
                },
                "mac": {
                    "arm64": "25044.2406.3471.4570",
                    "x64": "25044.2406.3471.4570"
                }
            },
            "downloadURL": {
                "windows": {
                    "arm64": "https://statics.teams.cdn.office.net/production-windows/1.8.00.9413/MSTeamsSetup.exe",
                    "x64": "https://statics.teams.cdn.office.net/production-windows/1.8.00.9413/MSTeamsSetup.exe",
                    "x86": "https://statics.teams.cdn.office.net/production-windows/1.8.00.9413/MSTeamsSetup.exe"
                },
                "mac": {
                    "arm64": "https://teams.live.com/downloads/desktopcontextualinstaller?env=life&plat=osx&arch=arm64&download=true&source=skypeclient&correlationId=%correlationid%",
                    "x64": "https://teams.live.com/downloads/desktopcontextualinstaller?env=life&plat=osx&arch=x64&download=true&source=skypeclient&correlationId=%correlationid%"
                }
            },
            "launchUrl": "msteams:",
            "launchDelay": 15000,
            "silentLaunchDisabled": "false"
        },
        "forceTFLRibbonTeamsTheme": true,
        "enableTFLRibbon": false,
        "enableTFLRibbonInChats": true,
        "enableMessageOpenInTFL": false,
        "enableGGSplashScreen": false,
        "ggDiscoverabilityEnabled": false,
        "ggDiscoverabilityConsentShowDelay": 300000,
        "ggSplashScreenLearnMoreLink": "https://go.skype.com/teams",
        "ggSplashScreenExportDataLink": "https://go.skype.com/export.chat.history",
        "ggDiscoverabilityScreenLearnMoreLink": "https://go.skype.com/teams",
        "ggSplashScreenDismissDelay": 4000,
        "ggSplashScreenVariant": "B",
        "ggSplashScreenTitle": "Goodbye Skype, hello Teams",
        "ggSplashScreenSubtitle": "Starting in May 2025, Skype will no longer be available. Sign in to Microsoft Teams with your Skype account to stay connected with all your chats and contacts. You can also export your Skype data for safekeeping",
        "enableTflCampaign": true,
        "tflCampaignId": "campaign-intercept-meetnow",
        "tflCampaignVariantId": "campaign-intercept-meetnow-varianta",
        "tflCampaignIntervalInHours": 24,
        "enableTFLMessagingContent": true,
        "enableHtmlMessageRendering": true,
        "enableOneOnOneTFLChatSplit": true,
        "enableTFLChatUXSuppression": false,
        "enableV1MessagesAdditionalProperties": true,
        "enableMentionMessageProperties": true,
        "enableV1MentionMessagesAdditionalProperties": true,
        "enableTFLMessagesQuoting": true,
        "enableTFLMessagesForwarding": false,
        "enableTFLMessagesCopy": true,
        "tflBotIDBlacklist": ["28:0af95b67-5890-4306-9c1c-a8591cead09e", "28:18e42f3f-40eb-4547-9caa-1fb26e0134be"],
        "estimatedMessageStreamItemHeight": 64,
        "createChatFlowExperimentVariant": "t2",
        "enableMediaDownloadOptimization": true,
        "mediaDownloadRetryConfig": {
            "maxRetryCount": 5,
            "retryDelayInMs": 2000
        },
        "enableFixingIncorrectBotNames": true,
        "trackedBotIds": ["28:concierge"],
        "ued": {
            "isExclusive": true,
            "enabled": true,
            "consumeEvents": true
        },
        "enableMyBotQRDialog": true,
        "enableConversationLoadingSpinnerTracking": true,
        "conversationLoadingThresholdInMS": 0,
        "enableGifOptimisation": true,
        "enableMagicBotCopilotRebranding": true,
        "magicBotCampaignImageUrl": "https://secure.skypeassets.com/content/dam/engagement/bingchatinskype/b4fb5623-5b04-4cd1-8929-27aaccc5e1eb_copilot-2.png",
        "enableAudioMessageWaveAndSpeed": true,
        "enableReactionBarExperienceFixInNarrowView": true,
        "enableMoreReactionsMenuSelector": true,
        "enableReportAnonymously": true,
        "enableReportExternallyWithUrl": true,
        "enableDefaultOnForMultiDevicePushNotifications": true,
        "enableConversationSyncLie": true,
        "enableAIUnifiedConsent": true,
        "enableActionableSystemMessages": true,
        "enableStackedMediaAlbum": true,
        "enableAlwaysVisibleMagicBotToolboxGroups": true,
        "enableMessageSendSuccessProcessing": true,
        "enableMagicBotToolboxOneOnOne": true,
        "contextMenuMessageHint": {
            "enabled": true,
            "maxShownTimes": 1,
            "timeToShowHintInMs": 120000
        },
        "enableActionableCallSystemMessages": true,
        "enableMagicBotToolboxGroup": true,
        "enableMagicBotToolboxInBinglessGroups": true,
        "enableReplyMessageUnifiedUI": true,
        "enableSwiftNodeReplyMessageUnifiedUI": true,
        "enableMagicBotChatlistSuggestionsDebouncing": true,
        "magicBotSuggestionshDebounceTimeout": 5000,
        "magicBotToolboxSuggestionVariant": "variant-d",
        "magicBotToolboxIconVariant": "sparkle",
        "enableConversationsCategoriesIcon": true,
        "hideConversationsListSectionHeaders": true,
        "enableMoreReactionsMsgMenu": true,
        "funReactionsPack": ["monkey", "star", "no", "bow", "gran", "dance", "party", "highfive", "ttm", "cry", "sarcastic", "surprised", "cwl", "heart", "yes", "rock", "facepalm", "porgsurprised"],
        "sendingLieMaxDuration": 4000,
        "enableMagicBotReportReasons": true,
        "enableAutoDownloadOnDesktopAndMobile": true,
        "enableMediaFileRedesign": true,
        "emoticonForMeetNowCard": "mansurfer",
        "emoticonForMeetNowExtendedCard": "mansurfer",
        "emoticonForSkypeToPhoneCard": "avocadolove",
        "emoticonForWhatsNewCard": "launch",
        "emoticonForSkypeNumberCard": "whosthis",
        "emoticonForMobileLandlinesCard": "whosthis",
        "emoticonForDefaultCard": "like",
        "enableRefreshedLandingPage": true,
        "enableMagicBotSuggestionsOnChatListPanel": false,
        "enableMagicBotOneOnOneAutoAdd": true,
        "enableMagicBotToolbox": true,
        "enableMagicBotGroupAutoAdd": true,
        "nonBlockingUploadsFromSize": 3000000,
        "enableMagicBotAttributions": true,
        "myBotId": "e7a9407c-2467-4a04-9546-70081f4ea80d",
        "enableMyBot": true,
        "enableAutoPlayVoiceMessagesInRow": true,
        "enableNewSendingStateStrategy": true,
        "openLinkWithEdgeSidebar": true,
        "enableEdgeFeaturesForOpenLink": false,
        "modernizeIllustrations": true,
        "enableMagicBot": false,
        "magicBotWaitListRefreshIntervalInMinutes": 180,
        "magicBotCampaignId": "bingchatinskype-joinwaitlist-a",
        "enableMagicSkypeLogo": false,
        "enableMagicPreviewLogo": true,
        "enableMagicBotBanner": true,
        "enableMagicBotFallbackLocationClient": true,
        "enableMagicBotSuccessBingButton": true,
        "locationMaxAgeInMinutes": 120,
        "magicBotEnableSuccessBing": true,
        "mediaBarMenuOrder": ["file", "audio", "bing", "contact", "location", "video", "schedulecall", "poll", "sendcredit", "magicbottoolbox"],
        "messageHintsPriority": ["Reactions", "BingSearch"],
        "bingSearchMessageHint": {
            "enabled": true,
            "maxShownTimes": 10,
            "timeToShowHintInMs": 21600000
        },
        "enableBingSearchMessages": true,
        "bingSearch": {
            "tryOpenInAppBrowser": false
        },
        "enableNotificationsToHeader": true,
        "emoticonForEmptyChatsTab": "hi",
        "emoticonForEmptyCallsTab": "canyoutalk",
        "emoticonForEmptyContactsTab": "party",
        "emoticonForEmptyNotificationsTab": "bell",
        "emoticonForOnboardingContactsTab": "like",
        "emoticonForOnboardingPermissionsTab": "camera",
        "emoticonForOnboardingDiagnosticTab": "smilerobot",
        "enableMessageReactionsHints": true,
        "messageReactionsHintsMaxShownTimes": 5,
        "pesPickerCategoryOrder": ["emoticon"],
        "enableNonTextQuote": true,
        "enableReactWithClickOnSummary": true,
        "mediaBarNewItems": ["sendcredit", "magicbottoolbox"],
        "enableGuestJoinToggle": true,
        "bingMapsRestApiKey": "AmryvMDsol0eg5yMW2snfUK-3g374OezIWxuBVhBa47Tvjj2UtH_AKVmr0SW_waE",
        "modernizeMobileTabHeader": true,
        "audioMessageMaxRecordingTimeMs": 300000,
        "modernizeMobileHubFabs": true,
        "enableGroupProfileEmoticonPicker": true,
        "enableRichStyleEditor": true,
        "richStyleEditorExp": "panelExp",
        "disableFoursquareApi": true,
        "syncSettings": {
            "forceOnUiStarted": true,
            "forceOnForeground": true
        },
        "enableModeratedGroupChats": true,
        "enableMultiMessageQuoteOnKeyboard": true,
        "enableKeepUnsentMessagesAtEndOfStream": true,
        "enableFullChatUx": true,
        "skypetokenAllowedDomains": ["avatar.skype.com"],
        "gifProvider": "tenor",
        "tenorBaseUrl": "https://api.tenor.com/v1/",
        "tenorApiKey": "BEDLYBK7BVF0",
        "tenorSearchEndpoint": "search",
        "tenorTrendingEndpoint": "trending",
        "tenorContentFilter": "high",
        "enableContactAddDragAndDrop": true,
        "enableDesktopComposerWithPopUpMenu": true,
        "enableGifPlayer": false,
        "giphySearchLangParamEnabled": true,
        "enableNotificationPrompt": true,
        "enableForwardingQuotes": true,
        "browserMultiTabNotifications": {
            "enabled": true
        },
        "enableMediaPreviewDrafts": true,
        "enableMediaPreviewDraftsPersistentStorage": true,
        "staticSuggestions": [{
                "type": "imBack",
                "title": "(y)",
                "value": "(y)"
            }, {
                "type": "imBack",
                "title": ":)",
                "value": ":)"
            }
        ],
        "enableHandlingHyperlinkOnPaste": true,
        "enablePrioritisationOfDrafts": true,
        "enableDraftMessagesPersistentStorage": true,
        "enableKeyboardNavigationBetweenConversations": true,
        "enableLoadingAllConversations": true,
        "recentConversationsIncrementor": 20,
        "maxRecentConversationsToShow": 50,
        "enableEmoticonGroups": true,
        "hideConversationWithSelf": true,
        "enablePesGifs": false,
        "giphyApiKey": "bbzV0M1xTEzFS",
        "giphyApiRating": "G",
        "bingImageSearchAppId": "48E0D82D3F54E4EBB0554F4A93FBF9DC77519ADE",
        "asmImageProxy": "https://urlp.asm.skype.com/v1/url/content",
        "bingImageAppId": "48E0D82D3F54E4EBB0554F4A93FBF9DC77519ADE",
        "bingImageBaseUrl": "https://www.bingapis.com/api/v7/images",
        "enablePesGifPagination": false,
        "pesGifItemsLimit": 40,
        "usePesForBingGifSuggestions": true,
        "enableIndividualPesItemTelemetry": true,
        "enableSmallEmoticonsInMobilePicker": true,
        "useNewVideoMessageIcon": true,
        "enableNoNetworkInfoOnSendingMessage": true,
        "enableAndroidCustomDownloadFolder": false,
        "setOverflowMenuButtonToPlainColor": true,
        "enablePollExtension": true,
        "enablePollExtensionEntryPoint": true,
        "enableUploadDownloadRetryUI": true,
        "enableDragAndDropFilesFromConversationToRecentLists": true,
        "enableAudioDownload": true,
        "limitForFilePicker": 10,
        "nativeEmoticonCacheLoggingSampleRate": 109,
        "nativeEmoticonCacheTelemetrySampleRate": 109,
        "singleEmoticonSize": 3,
        "emoticonsOnlyEmoticonSize": 2,
        "bingPlacesAppId": "D41D8CD98F00B204E9800998ECF8427E1FBE79C2",
        "enableLocationCardOnDesktop": true,
        "bingMapsRestApiBaseUrl": "https://dev.virtualearth.net/REST/v1/Imagery/Map/CanvasLight",
        "reactionPacks": [["cry", "2714_heavycheckmark", "surprised", "cwl", "heart", "yes"], ["rock", "like", "facepalm", "ok", "bow", "star"], ["highfive", "monkey", "no", "sarcastic", "party", "xd"], ["sun", "fire", "dance", "gran", "porgsurprised", "ttm"]],
        "enableNotificationUtfFallback": true,
        "enableScheduledCalls": true,
        "enableScheduledCallsEntryPoint": true,
        "enableScheduleNextCall": true,
        "maxScheduleNextCallDisplays": 5,
        "scheduleNextCallFrequency": 20,
        "enableCaptivePortalDetection": true,
        "enableCaptivePortalUi": true,
        "enableFiniteProgressUIForUploadDownload": true,
        "enableGreetingCard": true,
        "markReadWhenPartiallyVisible": true,
        "enablePesSearch": true,
        "newComposerEnabled": true,
        "enableDeleteConversation": true,
        "enableForwardMediaMessage": true,
        "enableFileDownload": true,
        "enableNewVMV": true,
        "enableFullScreenMediaExperience": true,
        "enableReactionMultiSelection": true,
        "enableSafeDomainRendering": true,
        "enableFlatEmoticons": true,
        "enableLocationSharing": true,
        "enableSmsRelay": false,
        "enableMessageSounds": false,
        "enableReply": true,
        "safeDisplayDomains": ["bot-framework.azureedge.net", "*.skype.com", "*.vo.msecnd.net", "botavatar.azureedge.net", "botresources.blob.core.windows.net", "bingapis.com", "*.bingapis.com", "igx.4sqi.net", "outlook.office.com", "*.users.storage.live.com"],
        "unsafeFiles": ["ade", "adp", "app", "asp", "bas", "bat", "cer", "chm", "cmd", "com", "cpl", "crt", "csh", "der", "exe", "fxp", "gadget", "hlp", "hta", "inf", "ins", "isp", "its", "js", "jse", "ksh", "lnk", "mad", "maf", "mag", "mam", "maq", "mar", "mas", "mat", "mau", "mav", "maw", "mda", "mdb", "mde", "mdt", "mdw", "mdz", "msc", "msh", "msh1", "msh2", "mshxml", "msh1xml", "msh2xml", "msi", "msp", "mst", "ops", "pcd", "pif", "plg", "prf", "prg", "pst", "reg", "scf", "scr", "sct", "shb", "shs", "ps1", "ps1xml", "ps2", "ps2xml", "psc1", "psc2", "tmp", "url", "vb", "vbe", "vbs", "vsmacros", "vsw", "ws", "wsc", "wsf", "wsh", "xnk"],
        "enableCaptureTabForBots": false,
        "rainbowThemeAllowed": false,
        "maxNumberEmoticonsPerMessage": 50,
        "onlySendWithBackgroundSession": false,
        "enableVideoReencode": false,
        "hidePrivateConversationsOnOtherEndpoints": true,
        "enableAllArchived": true,
        "enableImageForwarding": true,
        "enableArchivedChatAnnotation": false,
        "enableDisplayOrHideURLPreviewsCommand": false,
        "enableDeleteAllConversations": false,
        "enableVideoMessageForwardButton": false,
        "enablePesStickersDesktopWeb": false,
        "enablePesStickersMobile": true,
        "enableConversationTabsDropdown": false,
        "enableMobileSearchInConversation": false,
        "enableUnifiedScrollToTimestamp": false
    },
    "S4L_NativePlatforms": {
        "extensionTelemetryServiceScheduleInterval": 3600000,
        "enableInAppNotificationsForMobileBrowsers": true,
        "enableRemoteClientAppearancePreferences": true
    },
    "S4L_Onboarding": {
        "enableCoachMarks": false,
        "telemetryConsent": {
            "enabled": true,
            "imageVariant": 2,
            "layoutVariant": "TwoButtons"
        },
        "landingPageWithCards": {
            "enabled": true,
            "cardsConfig": {
                "MeetNowExtended": {
                    "hideButtonIcon": false
                }
            },
            "timelineConfig": {
                "0": {
                    "cards": ["MeetNowExtended", "MobileLandlines"],
                    "enableShareProfileButton": true
                }
            }
        },
        "features": {
            "enableReportProblemDirectly": false,
            "enablePhoneNumberVerification": false,
            "enablePrefillPhoneNumberAndCode": false
        }
    },
    "S4L_Search": {
        "enableSearchOptimization": true,
        "enableNewDesktopSearch": true,
        "enableTabFilters": true,
        "enableDesktopSearchDebounce": true,
        "preMountSearch": true,
        "enableSplitPolicySettings": true,
        "enableFallbackLinkDirectorySearch": true,
        "enableSearchPerfBoost": true,
        "hideInactivePublicDirectoryResults": false,
        "enableUnifyHubSearch": true,
        "enableSearchConfigImprovements": true,
        "seeMorePublicDirectoryResults": true
    },
    "S4L_SISU": {
        "backgroundTokenRefresh.disableLogoutForBackgroundRefresh": true,
        "ageGroupRetrievalFromProfileServiceEnabled": true,
        "enableCoBaSi": true,
        "coBaSiVersion": 1,
        "tokenRefreshTimers": {
            "msaInitialTime": 10000,
            "msaMaxTime": 600000,
            "skypetokenInitialTime": 1000,
            "skypetokenMaxTime": 300000
        },
        "rpsRetryConfig": {
            "retries": 5,
            "timeout": 30000,
            "initialTime": 1000,
            "maxTime": 300000,
            "growFactor": 2.7182818284590451,
            "jitterFactor": 0.11962656472
        },
        "enableNewAuthTokenProviders": true,
        "aadLoginEnabled": false,
        "msaClientFlight": "ReservedFlight33,suhs",
        "interruptHandlerEnabled": true,
        "signInButtonLabelType": 1,
        "cobrandId": "6e63daac-8dfe-43f6-b70e-deacb69a89d6",
        "combinedSisuExpTreatment": 0,
        "getStartedScreenTreatment": 0,
        "sisuExpId": "noExperiment",
        "showCreateAccountButton": true,
        "enableAvatarAppBadge": false
    },
    "S4L_Telemetry": {
        "muid": {
            "enabled": true,
            "refreshInterval": 864000000,
            "host": "https://c1.skype.com/c.gif"
        },
        "enablePeregrineTelemetry": true,
        "enablePeregrineViewTelemetry": true,
        "peregrineTelemetryUrl": "https://browser.events.data.microsoft.com/OneCollector/1.0/t.js?qsp=true&name=\"[%EVENT_TYPE%]\"&time=\"[%DATE_TIME%]\"&iKey=\"o:0ded60c75e44443aa3484c42c1c43fe8\"&apikey=0ded60c75e44443aa3484c42c1c43fe8-9fc57d3f-fdac-4bcf-b927-75eafe60192e-7279&data.actionType=\"[%ACTION_TYPE%]\"&data.page.appType=\"channel\"&data.page.product=\"skypechannel\"&ext.user.localId=\"t:[%USER_ID%]\"&data.locale.mkt=\"[%APP_LOCALE%]\"&data.page.ocid=\"onoskypechannels\"&data.user.loginState=\"MSA\"",
        "bingVizSettings": {
            "enabled": false,
            "portalUrl": "https://gateway-skype.bingviz.microsoftapp.net/receive"
        },
        "priorityEventList": ["kpi_inapp_activity_start", "sisu_auth_background_refresh", "calling_call_entry_point", "s4l_entitlement", "message_sent", "all_notification_registration"],
        "enablePurposefulTelemetry": true,
        "enableHighPriorityPerfEvent": true,
        "enableTelemetryConsentUI": true,
        "clockSkewRefreshDurationInMins": 1,
        "censusTelemetryEnabled": true,
        "telemetrySampling": {
            "scenario_GetAllDisplayableUsers": 5,
            "scenario_PutDisplayableUsers": 5,
            "scenario_GetMessagesForConversationAfterTime": 5,
            "scenario_GetMessagesForConversationAndTimeRange": 5,
            "scenario_RemoveMessages": 5,
            "scenario_PutMessages": 1,
            "scenario_GetAllConversationMetas": 5,
            "scenario_PutConversationMetas": 1,
            "scenario_RemoveConversationMetas": 5,
            "scenario_GetUserProfileByMri": 5,
            "scenario_GetUserProfilesByMris": 5,
            "scenario_PutUserProfiles": 5,
            "scenario_ComposeHighlights": 1,
            "scenario_Search": 1,
            "scenario_AppStartup": 1,
            "scenario_ApsFetchIntegrations": 1,
            "scenario_send_message": 1,
            "scenario_Setup": 1,
            "scenario_PopCard": 1,
            "scenario_BackpackOnboarding": 1,
            "scenario_NewGroupChat": 100,
            "scenario_PNH_Post": 1,
            "scenario_PNH_Delete": 1,
            "scenario_NotificationReceived": 0,
            "scenario_Logout": 10,
            "scenario_LoginAuth": 10,
            "scenario_StreamFrom": 1,
            "scenario_SendMessage": 1,
            "scenario_SendRestoredMessage": 1,
            "scenario_SendTextMessage": 1,
            "scenario_SendPicture": 1,
            "scenario_SendVideo": 1,
            "scenario_SendAudioMessage": 1,
            "scenario_SendLocation": 1,
            "scenario_SendMoji": 1,
            "scenario_InitialRecentsSync": 0,
            "scenario_ReactionsSummary": 0,
            "scenario_ShowReactionsSummary": 0,
            "scenario_ReactionsMenuAccessable": 0,
            "scenario_ShowReactionsMenu": 1,
            "scenario_RenderLocalCallReaction": 0,
            "scenario_OpenMojiPicker": 0,
            "scenario_ShareToSkypeMedia": 0,
            "scenario_ShareToSkypeText": 0,
            "scenario_OpenEmoticonPicker": 0,
            "scenario_ChatServiceRequest": 1,
            "scenario_TimeToConnected": 1,
            "scenario_AppStartupIntent": 1,
            "scenario_RenderCallControls": 1,
            "scenario_ConversationOpenAnimation": 1,
            "scenario_EmoticonRendering": 1,
            "scenario_IncomingCall": 1,
            "scenario_AnswerCall": 1,
            "scenario_TokenStoreInitialization": 10,
            "all_notification_registration": 10,
            "engagement_message": 0,
            "navigation": 100,
            "image_load": 10,
            "people_presence_change_notification": 5,
            "calling_warm_call_notification": 10,
            "calling_call_entry_point": 100,
            "people_presence": 10,
            "people_recent_conversations_filter": 10,
            "message_read": 100,
            "messaging_extra_fetch": 10,
            "messaging_pesitem": 10,
            "chat_service_connectivity": 25,
            "chat_service_force_sync": 10,
            "all_headlesstask_execution": 0,
            "all_picture_prefetch": 10,
            "camera_capture_session": 10,
            "capture_session": 10,
            "sisu_auth_background_refresh": 10,
            "sisu_auto_signin": 1,
            "all_media": 1,
            "media_node": 1,
            "messaging_network": 1,
            "profile": 5,
            "s4l_entitlement_polling": 10,
            "local_address_book_phone_numbers_corrected": 10,
            "messaging_right_control": 100,
            "s4l_channels_ContentChannelExternalContentFetch": 5,
            "s4l_channels_ImageLoad": 10,
            "s4l_msn_market_Fetch": 5,
            "notification_emmited_to_react": 5,
            "notification_received": 5,
            "notification_handling": 5,
            "message_typing": 5,
            "scenario_HtmlNotification": 50,
            "calling_action_CallManagerRequestComplete": 1,
            "sisu_scoped_token_fetch": 5,
            "s4l_channels": 1,
            "s4l_stratus_commerce": 5,
            "my_presence": 1,
            "presence_for_mris": 1,
            "all_navigation": 5,
            "presence_request": 5
        },
        "perfTelemetrySampling": {
            "CompositeSearch": 5,
            "ConversationListToChat": 1,
            "CameraPhoto": 1,
            "PictureViewerThumbLoaded": 1,
            "PictureViewerFullLoaded": 1,
            "SearchPanelRendered": 1,
            "SearchPanelZeroTermResultsRendered": 1,
            "PeoplePanelRendered": 1,
            "PeoplePanelZeroTermResultsRendered": 1,
            "LocalAddressBookGotLocalContacts": 1,
            "LocalAddressBookCalculatedAllHashes": 1,
            "LocalAddressBookFinishedProcessing": 1,
            "PublicDirectoryServiceCallSent": 1,
            "PublicDirectoryServiceResultsReceived": 1,
            "PublicDirectoryServiceResultsNotReceived": 1,
            "PublicDirectoryServiceResultsRendered": 1,
            "MessageSearchServiceCallSent": 1,
            "MessageSearchServiceResultsReceived": 1,
            "MessageSearchServiceResultsNotReceived": 1,
            "MessageSearchServiceResultsRendered": 1,
            "MediaSearchResultsReceived": 1,
            "MediaSearchResultsRendered": 1,
            "IndexedDbSearchCallSent": 1,
            "IndexedDbSearchResultsReceived": 1,
            "IndexedDbSearchResultsNotReceived": 1,
            "IndexedDbSearchResultsRendered": 1,
            "SearchPerformance": 5,
            "StartupPerfPhase1": 1,
            "StartupPerfPhase2": 1,
            "StartupPerfPhase3": 1,
            "StartupPerfPhase4": 1,
            "StartupPerfPhase5": 1,
            "StartupPerfPhase6": 1,
            "AllPeopleSearchCallSent": 1,
            "AllPeopleSearchResultsReceived": 1,
            "AllPeopleSearchResultsNotReceived": 1,
            "AllPeopleSearchResultsRendered": 1,
            "BotsSearchServiceCallSent": 1,
            "BotsSearchServiceResultsReceived": 1,
            "BotsSearchServiceResultsNotReceived": 1,
            "BotsSearchServiceResultsRendered": 1,
            "FastContactsSearchCallSent": 1,
            "FastContactsSearchResultsReceived": 1,
            "FastContactsSearchResultsNotReceived": 1,
            "FastContactsSearchResultsRendered": 1,
            "ConversationLoadingPerf": 1
        },
        "adjustTrackingEnabled": true,
        "telemetryNamingTransitionNewEventsEnabled": false,
        "telemetryNamingTransitionOldEventsEnabled": true
    },
    "S4L_UI": {
        "articleReaderSize": "fullscreen",
        "enableCollapsibleHeaderSearch": true,
        "enableRefreshedPalette": true,
        "enableStackReactNavigation": true,
        "limitedSupportBrowserToastConfig": {
            "enabled": true,
            "downloadGoLink": "https://go.skype.com/edge.download"
        },
        "enableSimplifiedReportProblemDialog": true,
        "enableWindowRightClose": true,
        "enableWebFooterEverywhere": true,
        "systemThemeEnabled": true,
        "enableWebFooterPreviewBadge": false,
        "enableUserVoiceLink": true,
        "sxAnimationsEnabled": true,
        "showIncomingAlertsForAccessibility": true,
        "simpleAlertUIEnabled": true,
        "simpleUnreadDividerEnabled": true,
        "recentSortingEnabled": true,
        "showPresence": true,
        "onlinePresenceTimeoutSeconds": 180,
        "showAdditionalPresence": true
    },
    "SCT": {
        "Priority": {
            "baca4c4fb3c842318f5c83f97f9553df": {
                "Default": 0
            }
        }
    },
    "Segmentation": {
        "vivaskillsuxpreview2": "false",
        "vivaskillsuxpreview": "false",
        "Mocha": "false",
        "m365chatallow": "false",
        "PNSDFList": "false",
        "VivaPulseInternal": "false",
        "TelemetryRegion": "ROW",
        "M365InnerRing": "false",
        "TeamsRing": "general",
        "Cloud": "Public",
        "AudienceGroup": "general"
    },
    "Skype_SRM": {
        "findPanelEnabled": true,
        "sendMoneyEnabled": true,
        "mediaBarEnabled": true,
        "requestCardEnabled": true,
        "emailNotificationEnabled": true,
        "headerMenuEnabled": true,
        "friendshipCheck": false,
        "cardRendered": false,
        "refetchTimeoutInterval": 300000,
        "allowedCountries": ["US", "CA", "GB", "AT", "BE", "CY", "EE", "FI", "DE", "GR", "IE", "IT", "LV", "LU", "MT", "NL", "PT", "SK", "SI", "SM", "ES", "JE", "GG", "IM", "FR", "AU", "NZ", "CZ", "DK", "HU", "PL"],
        "paypalAllowedCurrencies": [{
                "currencyCode": "USD",
                "defaultCountry": "US"
            }, {
                "currencyCode": "AUD",
                "defaultCountry": "AU"
            }, {
                "currencyCode": "NZD",
                "defaultCountry": "NZ"
            }, {
                "currencyCode": "CZK",
                "defaultCountry": "CZ"
            }, {
                "currencyCode": "DKK",
                "defaultCountry": "DK"
            }, {
                "currencyCode": "HUF",
                "defaultCountry": "HU"
            }, {
                "currencyCode": "PLN",
                "defaultCountry": "PL"
            }, {
                "currencyCode": "CAD",
                "defaultCountry": "CA"
            }, {
                "currencyCode": "GBP",
                "defaultCountry": "GB"
            }, {
                "currencyCode": "EUR",
                "defaultCountry": "FR"
            }
        ],
        "cards": [{
                "id": "bees-christmas-tree",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/bees-christmas-tree.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/bees-christmas-tree.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "cat-dog",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/cat-dog.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/cat-dog.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "doe-girlfriends",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/doe-girlfriends.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/doe-girlfriends.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "family-together",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/family-together.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/family-together.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "fox-mouse-great-team",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/fox-mouse-great-team.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/fox-mouse-great-team.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "hamster-celebration",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/hamster-celebration.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/hamster-celebration.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "hamsters-in-love",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/hamsters-in-love.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/hamsters-in-love.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "koala-sloth-wish-you-were-here",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/koala-sloth-wish-you-were-here.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/koala-sloth-wish-you-were-here.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "lone-wolf",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/lone-wolf.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/lone-wolf.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "penguin-proud-of-you",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/penguin-proud-of-you.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/penguin-proud-of-you.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "robin-joy",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/robin-joy.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/robin-joy.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "rudolf-xmas-in-the-sun",
                "uri": "https://srm.skype.com/assets/images/cards/xmas/rudolf-xmas-in-the-sun.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/xmas/rudolf-xmas-in-the-sun.png",
                "selectable": false,
                "category": "seasonal",
                "index": 1
            }, {
                "id": "cannon",
                "uri": "https://srm.skype.com/assets/images/cards/circus/cannon.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/circus/cannon.png",
                "selectable": true,
                "category": "circus",
                "index": 1
            }, {
                "id": "elephant",
                "uri": "https://srm.skype.com/assets/images/cards/circus/elephant.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/circus/elephant.png",
                "selectable": true,
                "category": "circus",
                "index": 2
            }, {
                "id": "hiwire",
                "uri": "https://srm.skype.com/assets/images/cards/circus/hiwire.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/circus/hiwire.png",
                "selectable": true,
                "category": "circus",
                "index": 3
            }, {
                "id": "trapeze",
                "uri": "https://srm.skype.com/assets/images/cards/circus/trapeze.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/circus/trapeze.png",
                "selectable": true,
                "category": "circus",
                "index": 4
            }, {
                "id": "unicycle",
                "uri": "https://srm.skype.com/assets/images/cards/circus/unicycle.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/circus/unicycle.png",
                "selectable": true,
                "category": "circus",
                "index": 5
            }, {
                "id": "smiles-highfive",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/highfive.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/highfive.png",
                "selectable": true,
                "category": "skype",
                "index": 1
            }, {
                "id": "smiles-gift",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/gift.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/gift.png",
                "selectable": true,
                "category": "skype",
                "index": 2
            }, {
                "id": "smiles-beer",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/beer.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/beer.png",
                "selectable": true,
                "category": "skype",
                "index": 3
            }, {
                "id": "smiles-pizza",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/pizza.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/pizza.png",
                "selectable": true,
                "category": "skype",
                "index": 4
            }, {
                "id": "smiles-taxi",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/taxi.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/taxi.png",
                "selectable": true,
                "category": "skype",
                "index": 5
            }, {
                "id": "smiles-yes",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/yes.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/yes.png",
                "selectable": true,
                "category": "skype",
                "index": 6
            }, {
                "id": "smiles-mariachilove",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/mariachilove.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/mariachilove.png",
                "selectable": true,
                "category": "skype",
                "index": 7
            }, {
                "id": "smiles-cheers",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/cheers.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/cheers.png",
                "selectable": true,
                "category": "skype",
                "index": 8
            }, {
                "id": "smiles-drink",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/drink.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/drink.png",
                "selectable": true,
                "category": "skype",
                "index": 9
            }, {
                "id": "smiles-yotd",
                "uri": "https://srm.skype.com/assets/images/cards/smiles/yotd.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/smiles/yotd.png",
                "selectable": true,
                "category": "skype",
                "index": 10
            }, {
                "id": "valentines-avocadolove",
                "uri": "https://srm.skype.com/assets/images/cards/valentines/avocadolove.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/valentines/avocadolove.png",
                "selectable": true,
                "category": "love",
                "index": 1
            }, {
                "id": "valentines-foreverlove",
                "uri": "https://srm.skype.com/assets/images/cards/valentines/foreverlove.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/valentines/foreverlove.png",
                "selectable": true,
                "category": "love",
                "index": 2
            }, {
                "id": "valentines-greatpear",
                "uri": "https://srm.skype.com/assets/images/cards/valentines/greatpear.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/valentines/greatpear.png",
                "selectable": true,
                "category": "love",
                "index": 3
            }, {
                "id": "valentines-iheartu",
                "uri": "https://srm.skype.com/assets/images/cards/valentines/iheartu.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/valentines/iheartu.png",
                "selectable": true,
                "category": "love",
                "index": 4
            }, {
                "id": "valentines-lovebites",
                "uri": "https://srm.skype.com/assets/images/cards/valentines/lovebites.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/valentines/lovebites.png",
                "selectable": true,
                "category": "love",
                "index": 5
            }, {
                "id": "valentines-loveletter",
                "uri": "https://srm.skype.com/assets/images/cards/valentines/loveletter.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/valentines/loveletter.png",
                "selectable": true,
                "category": "love",
                "index": 6
            }, {
                "id": "valentines-manblowkiss",
                "uri": "https://srm.skype.com/assets/images/cards/valentines/manblowkiss.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/valentines/manblowkiss.png",
                "selectable": true,
                "category": "love",
                "index": 7
            }, {
                "id": "valentines-parislove",
                "uri": "https://srm.skype.com/assets/images/cards/valentines/parislove.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/valentines/parislove.png",
                "selectable": true,
                "category": "love",
                "index": 8
            }, {
                "id": "valentines-womanblowkiss",
                "uri": "https://srm.skype.com/assets/images/cards/valentines/womanblowkiss.gif",
                "thumbnailUri": "https://srm.skype.com/assets/images/cards/valentines/womanblowkiss.png",
                "selectable": true,
                "category": "love",
                "index": 9
            }
        ],
        "cardCategories": [{
                "id": "seasonal",
                "index": 1
            }, {
                "id": "love",
                "index": 3
            }, {
                "id": "circus",
                "index": 4
            }, {
                "id": "skype",
                "index": 2
            }
        ]
    },
    "SkypeAndroid": {
        "FeaturesPolicy": {
            "IfExistsSecsTimeouts": "6,11,16",
            "IfExistsVersion": "5.0",
            "isSelfTwoStatePresenceEnabled": {
                "enabled": false
            },
            "CqfQuestionnaire": {
                "enabled": true
            },
            "FABRunCloudAnimations": {
                "enabled": false
            },
            "GroupChatInvitationsMode": 2,
            "MessageStatusIndicatorEnabled": {
                "enabled": true
            },
            "MsnpConnectionIndicatorEnabled": {
                "enabled": true
            },
            "MsnpDisconnectedStateEnabled": {
                "enabled": false
            },
            "MsnpConnectingStateEnabled": {
                "enabled": true
            },
            "MsnpConnectedStateEnabled": {
                "enabled": false
            },
            "MsnpUpdatingConversationsEnabled": {
                "enabled": true
            },
            "isUnifiedPresenceEnabled": {
                "enabled": false
            },
            "IsLocationSendingEnabled": {
                "enabled": true
            },
            "IsLocationSharingEnabled": {
                "enabled": true
            }
        }
    },
    "SkypeAudioLibrary": {
        "UseClockRateForCNSupport": "true",
        "ECS_ADSP_EnableG729": "1",
        "ECS_ADSP_VQE_unityInitialDAGCWithNoAAGC": "0",
        "ECS_AudioDL_Kingstone": "0",
        "ECS_ADSP_AH_NWQClassifier_JitterMsThreshold": "500",
        "ECS_ADSP_AH_NWQClassifier_LossPercentThreshold": "20",
        "ECS_ADSP_JB_ForceTransportMode": "1",
        "ECS_ADSP_AH_NewCNProfile": "1",
        "ECS_ADSP_JB_MinDelay_Ms": "20",
        "ECS_ADSP_JB_Delay_Margin_Ms": "60",
        "ECS_ADSP_JB_Symmetric_Delay_Margin_Action": "0",
        "ECS_ADSP_ASRC_ASNK_ReuseIAudioClient": "1",
        "ECS_ADSP_ASRC_ASNK_ReinitAudioClientByRecreatingIt": "1",
        "ECS_ADSP_AH_Disable_PerFrame_CN_Flag": "1",
        "ECS_HWOffloadCertifiedList": "micDID=MicrosoftMDG;Lumia 950 XL#spkDID=MicrosoftMDG;Lumia 950 XL#effectsList=spkFormFactor:11|spkDeviceInterface:2|spkEffects:98304|micEffects:65575&spkFormFactor:5|spkDeviceInterface:2|spkEffects:98304&spkFormFactor:6|spkDeviceInterface:2|spkEffects:98304",
        "ECS_ADSP_ASNK_AttemptReopenUponDeviceError": "1",
        "ECS_ADSP_ASRC_AttemptReopenUponDeviceError": "1",
        "ECS_ADSP_ASRC_ASNK_TimeBetweenReopenAttemptsInMs": "2000",
        "ECS_ADSP_disablePSM": "1"
    },
    "SkypeBilling": {
        "consumer-entitlement": {
            "groups": {
                "calling": ["plan", "package"],
                "online-numbers": ["skypein", "skypein2"],
                "personal-expressions": ["moiji"]
            }
        }
    },
    "SkypeCalling": {
        "csaTimeoutConfiguration": {
            "admitParticipantNotificationTimeoutSec": 180,
            "outgoingConversationSetupOperationTimeoutSec": 90,
            "incomingConversationSetupOperationTimeoutSec": 90,
            "callTransfereeOperationTimeout": 60,
            "udpCanaryTimeoutMs": 2000
        },
        "gtcHandshakeSendDelay": "{\"minParticipantThreshold\":100,\"increaseEveryN\":100,\"delayPerN\":6000,\"maxDelay\":60000}",
        "enableCallElevation": true,
        "disableEventsAfterDisconnected": true,
        "deleteParticipantsAfterDisconnected": true,
        "disableRemoteVideosCountChanged": true,
        "disableResetParticipantCallStateEvents": true,
        "enableOperationIdempotency": true,
        "enableShareVideoWithoutAudio": true,
        "nativeAdmitRejectionAsTransactionEnd": true,
        "webAdmitRejectionAsTransactionEnd": true,
        "conversationServiceUrl": "https://api.flightproxy.skype.com/api/v2/cpconv",
        "callControllerServiceUrl": "https://api3.cc.skype.com",
        "udpTransportUrl": "udp://api.flightproxy.skype.com:3478",
        "keyDistributionUrl": "https://api.flightproxy.skype.com/kd",
        "mcr": {
            "enabled": false,
            "serviceFqdn": "https://api.mcr.skype.com",
            "getMissedCallsUrl": "/clients/v1/users/skype/%destinationId%/missed-calls?anchor=",
            "markReadStatusUrl": "/clients/v1/users/skype/%destinationId%/missed-calls/%anchor%/read-status?value=read"
        },
        "showCqf": [{
                "platformId": 40000,
                "percentage": 100
            }, {
                "platformId": 40001,
                "percentage": 100
            }
        ],
        "p2pForkDelayInMs": -1,
        "disableForwardingTimerOnClient": true
    },
    "SkypeiOS": {
        "pushVerificationEnabled": true,
        "pushVerificationDelayMs": 0,
        "pushVerificationServiceURL": "https://skype-ncls-prod.trafficmanager.net/v1/closedloop"
    },
    "SkypeM2": {
        "SamplingRates": {
            "log_chat_service_send_message": 5,
            "log_chat_service_network_failures": 1
        },
        "autoStart": {
            "isEnabled": true
        },
        "Telemetry": {
            "log_message_end_to_end_delay": 1,
            "log_chat_service_send_message": 1,
            "log_chat_service_network_failures": 1
        }
    },
    "SkypeMediaIntelligence": {
        "enabled": false,
        "Enabled": false
    },
    "SkypeMediaStack": {
        "RefreshSsrcWebrtcReenabled": "false",
        "UseEcdsaCertForAllCalls": 1,
        "UseConfE2eeSdpAttribute": "true",
        "ParseXMediaBWConf": 0,
        "RealtimeDataSourceSettings": {
            "devices": {
                "13": {
                    "ladder": [5000, 10000, 26000, 26000, 26000, 26000, 26000],
                    "ladderStatic": [3000, 5000, 26000, 26000, 26000, 26000, 26000]
                }
            }
        },
        "AlwaysResolveIceServerFqdn": false,
        "EnableRemoteUserEvents": true,
        "mediaConfiguration_UseVideoPortRangeWhenBundled": 0
    },
    "SkypePersonalization": {
        "sticker_config": "https://skymu.app/ecs/pes/sticker_config.json",
        "sticker_chat_config": "https://skymu.app/ecs/pes/sticker_chat_config.json",
        "pes_config": "https://skymu.app/ecs/pes/pes_config.json",
        "gif_config": "https://skymu.app/ecs/pes/gif_config.json",
        "fxscene_config": "https://skymu.app/ecs/pes/fxscene_config.json"
    },
    "SkypeRealTimeMedia": {
        "Configurations": {
            "CQF_Trigger": {
                "S2S_Percent": 25,
                "PSTN_Percent": 25,
                "GroupCall_Percent": 25,
                "MinCallDurationSecs": 5,
                "Is_Token_Order_Randomized": 1
            }
        }
    },
    "SkypeResourceManager": {
        "MLBweModel": {
            "UseAltFallbackSeed": false,
            "EnableBWEModelDebugLog": false,
            "DisabledForVBSS": true,
            "OODThreshold": 10000
        },
        "QcEnableRtcpProbeGVC": 1,
        "QcEnableRtcpProbeP2P": 1,
        "QCLowBwMinExpThreshold": "25000",
        "BurstDelivery": {
            "InSpikeDetectionTh": 0.15
        },
        "ArrivalStream": {
            "MinRecvRateSmoothingFactor": 0.012
        },
        "PoliciedLossBackoff": {
            "TriggerOnHighSendRateLossTh": 1.05,
            "RecvRateQuickTune": 0.9,
            "LTLossFactor": 0.9,
            "LowSendRateDropFactor": 1.4,
            "InitialRampupSafetyMargin": 0.14,
            "RampupRate": 0.2,
            "RampupSafteyMarginIncOnPlbApply": 1.05,
            "RampupSafteyMarginDecOnPlbRetain": 0.95,
            "InitConfidenceFactor": 0.45,
            "PacketLossThreshold": 0.17,
            "TimeToTriggerPolicy": 9000,
            "LossRateLtCapRampup": 2.2
        },
        "StatConfig": {
            "StartOfCallStatTime": 10
        },
        "ReorderBufferEnableLastPacketSeen": true,
        "HistoryPercentile": 0.4,
        "RampFromHistory": {
            "Enabled": true
        },
        "RMExchangeCachedBw": 1,
        "LoggingConfig": {
            "EnableRMPacketTraces": false
        },
        "EventPriority": {
            "RMHistogram": 0
        },
        "LyncRm": "on",
        "AggressiveUKF": true
    },
    "SkypeRootTools": {
        "ULBaseline": {
            "killswitch": {
                "blacklist": [{
                        "namespace": "SkypeAudioLibrary",
                        "experiment": "CreateProbeDeviceFailures"
                    }, {
                        "namespace": "SkypeVideoLibrary",
                        "experiment": "Capability DDL iphone #1840981"
                    }, {
                        "namespace": "SkypeVideoLibrary",
                        "experiment": "Capability DDL mac #1840981"
                    }, {
                        "namespace": "SkypeAudioLibrary",
                        "experiment": "CreateProbeDeviceFailures_2"
                    }, {
                        "namespace": "SkypeAudioLibrary",
                        "experiment": "Per-packet Trace collection for S4L 1-1"
                    }
                ]
            },
            "componentLevels": [{
                    "component": "root",
                    "level": 10
                }
            ],
            "circularBuffer": {
                "enabled": true
            },
            "logUpload": {
                "maxSize": 409600
            },
            "configPaths": [{
                    "ns": "SkypeRootTools",
                    "key": "ULLogUpload"
                }, {
                    "ns": "SkypeWebMedia",
                    "key": "ULLogUpload"
                }, {
                    "ns": "S4L_Messaging",
                    "key": "ULLogUpload"
                }
            ]
        }
    },
    "SkypeTeamsClientIOS": {
        "platform": {
            "isMCSBotSSOBypassSourceAppIdCheck": true,
            "isConversationStartersEnabled": true,
            "parseStreamingMetaData": true,
            "fluentIconCDNRoot": "https://res.cdn.office.net",
            "fluentIconCDNPath": "/assets/fluentui-react-icons/2.0.226/",
            "enableFlowLayoutContainer": true,
            "enableAreaGridLayoutContainer": true,
            "isBotDeliveryStatusMessageEnabled": true,
            "deprecateChatDefinitionTable": true,
            "adaptiveCardVimeoDailyMotionMediaEnabled": true,
            "isFederatedAuthEnabled": true,
            "tenantSiteUrlFixDisabled": false,
            "appCRUDAccessRefactoringEnabled": true,
            "federatedChatMessageExtensionEnabled": true,
            "adaptiveCardYoutubeVideoEnabled": true,
            "authPrefetchingEnabled": true,
            "jsRefactoredStackEnabled": true,
            "responsiveLayoutForCardsEnabled": true,
            "isShareWebContentApiEnabled": true,
            "cmsIntegrationPhase2": true,
            "enableACLoopBasedActions": true,
            "enableACCustomTextBlockRenderer": true,
            "shouldSkipConfigTabsWebsiteURLCheck": true,
            "skipFetchAppDefinition": true,
            "disableGetResourceTokenQueue": true,
            "enableAppAcquisitionServiceUseInACv2JitInstall": true,
            "extensibilityAuthClaimChallengeEnabled": true,
            "appAcquisition": {
                "enableSidePanel": true,
                "enableChannelMeeting": true
            },
            "enableMeetingShareDeeplink": true,
            "enableACv2OAuthFlow": true,
            "enableACv2SSOFlow": true,
            "enableAuthenticationBlockUsageForAdaptiveCardsV2": true,
            "authenticationBlockHonourTimeInMinutesForAdaptiveCardsV2": 360,
            "resetSyncFlagsOnConflictError": true,
            "appsWithMeetingApisPermissions": ["9ae3d116-3feb-48c6-b3c4-b61dceb760af"],
            "getMeetingDetailsJsApiEnabled": true,
            "refactoredStageViewEnabled": true,
            "sharedChannelSyncEnabled": true,
            "genericAppShareEnabled": true,
            "enableCollabCloudApis": true,
            "collabCloudEndpointUrl": "https://teams.microsoft.com/api/platform",
            "syncEntitlementsBeforeJITInstallation": true,
            "InlineMediaPlaybackEnabled": true,
            "enableInMeetingConstructsForCalls": true,
            "enableRefreshForAdaptiveCardsOnClosingTaskModule": true,
            "rscAuthorization": {
                "enableGetMeetingsAPI": true,
                "enableRSCForShareAppContentToStage": true
            },
            "reactiveMETray": true,
            "enableAppInstallationForMessageExtensionAdaptiveCardsV2": true,
            "extensibilityExternalAuthTimeoutInSec": 900,
            "extensibilityExternalAuthEnabled": true,
            "externalAuthPreferEphemeralSession": false,
            "enableShareToStage": true,
            "disableWebAppLoadCancellation": true,
            "shouldSkipConfigTabsWebsiteURLCheckOniPad": true,
            "platformiPadExperienceEnabled": true,
            "enableCardActionInvokeComplianceData": true,
            "stageViewEnabled": true,
            "deepLinkExceptionApps": ["0d820ecd-def2-4297-adad-78056cde7c78"],
            "enableAdaptiveCardEmptyChoicesetFix": true,
            "enableAdaptiveCardDirectorySearch": true,
            "enableActionExecuteForMessageExtensionAdaptiveCards": true,
            "enableRefreshForMessageExtensionAdaptiveCards": true,
            "maxMemberCountForAdaptiveCardsAutomaticRefresh": 60,
            "enableContextMenuForAdaptiveCards": true,
            "jsonBasedStaticTabEnabled": true,
            "readSupportedPlatformsFlagForStaticTabsEnabled": true,
            "readSupportedPlatformsFlagForConfigTabsEnabled": true,
            "allowChatAppEntitlementsSyncFromActivity": true,
            "extensibilityBotAttachmentsEnabled": true,
            "extensibilityBotAttachmentsEnabledFromPersonalApps": true,
            "blockedApps": ["6b9cc557-e24a-4744-a370-407e717f2195", "16332d3e-5eef-4d71-80e6-4d5a86b7b822", "7b0641d9-8e1f-4415-99da-c80f8c175c69", "089d82a1-632c-4bb2-b307-23b8166b0113", "2ccabd94-c7ca-4c99-94bb-356d98398409", "acbf66b6-22ab-4e51-98d4-00bb91897116", "a99cb12c-d46a-4f7a-87c5-06b2da1cb746", "6615e379-7eb9-4e65-afee-2c8a9322aa4b", "c1de80e3-f0e4-4962-bcae-fa23e70366a5", "b756a1a0-1b2f-42ff-90b5-b2a98281fc83", "7a0c1d53-f647-4d76-ab2c-fbc0d73c8bb0", "84c2de91-84e8-4bbf-b15d-9ef33245ad29", "c447be50-d9a3-4c34-b6e4-15ad0ef542bd", "44263ed4-f1ac-4e96-93aa-d24dd50459ea", "b7b8b186-b39d-4028-ac91-84528eebc3e0", "7fabc104-4759-437e-ac5c-9aba7f3a09af", "46fae4d0-faf5-11e9-80f3-53ad33b77bce", "a59fe11a-7ae8-4569-94d1-081c83ab59b6", "effd9d69-e11a-497e-a405-ff79c024e973", "5b876856-c90d-47f8-a6fc-8de780f76cc7", "d7d081d4-d24e-4652-aea6-280db1fd2219", "b8e32e5f-bad2-490b-9470-55d8917cf73a", "9f859fc4-0b17-4bf7-abff-f50a73cbe5ab", "7656ec6e-c63b-4571-8ab8-95d1c451d1e6", "14072831-8a2a-4f76-9294-057bf0b42a68", "a2be9b85-098e-4e62-b51f-756ae2f551a8", "27a3e6d5-98b7-45f7-a04a-7dd7e19edebe", "com.microsoft.teamspace.tab.files.sharepoint", "2399aa4e-bba7-4993-a552-16781e510f76", "eb6dada2-bc16-40fe-b9e9-0d0ab3916704", "cd2d8695-bdc9-4d8e-9620-cc963ed81f41", "83c83baa-0b22-4bc5-9a37-1d8e6ab6fd7b", "3ae27f31-ceea-4d13-a212-cdc9d786eae1", "36ae0e3d-3446-48d0-86cb-b8bde5265cd4", "b712da79-73c8-4d56-8531-1e180c95e9d1", "1a24a3a3-1fda-4f70-abee-40bba8c638e8", "com.microsoft.teamspace.tab.file.staticviewer.excel", "3ed5b337-c2c9-4d5d-b7b4-84ff09a8fc1c", "17e00609-c03b-44e4-b516-fb2d2232e95d", "86ce8ab3-7472-47ef-9cf5-7225ff0c77d5", "9f1a4ae0-6ae2-475d-973d-c89687d03753", "cc649732-0f1c-41be-bb52-fbeaab71c7cf", "e1946271-e466-41f9-adba-c5bbe53e56a4", "474c7f73-c3dd-4b94-96f0-23f7fa771cee", "8bd0dbd9-defe-4a4a-aa75-0c3b5396cad2", "0ec566bc-a37a-46ca-a252-54af50dfa86e", "5fdd80e2-4d58-4c5c-ac85-356c1b2a0bba", "5a0e35f9-d3c8-45b6-9dd9-983ab47f1b83", "90a27c51-5c74-453b-944a-134ba86da790", "7fceea0d-ed46-4394-876a-9b95b55be8e4", "d4460828-ddde-4619-b40b-39412667f7a3", "bd9fb5cb-4d02-4cc6-a7f4-52a8a62d30b7", "442cc7cc-4faa-469c-b8f8-581b2d5bd8aa", "95e54205-5e03-45e7-abef-1e8a41374407", "6eacb5f0-68b0-46f0-9507-9e906c6861fc", "3e036580-07e4-11eb-abda-0962f34e6510", "23a02895-ba8c-40e0-a274-ffa11fc9684f", "2b58c90b-d22b-4b5a-8a1f-6f6e6f3a7e92", "2d96b540-aa26-431b-bc31-222321c762e3", "75d1c59c-8b16-462f-ae74-d98210a39258", "75d3e61c-e5b7-45cc-9b2a-0f8c98a6b91b", "7cd7b1f7-095d-4aaa-9d01-753a015f17b7", "aa3abc6b-b10d-4f6d-b5e0-14af44fab745", "4c0c1f9b-7500-4eac-8d48-3fffe69b3b91", "3564714a-1e68-40c6-ba09-2e9eac549942", "6d1f20e6-538e-4748-896a-1d7d5998d418", "7439ed9e-8ef5-4525-ac80-21d84eb1f90e", "28a06151-a6ba-4817-9ab4-454fb6e59cc6", "f1a2add5-d007-4062-a10a-60f4ea29fdbc", "205214d0-e04b-11e9-9332-5b5c97b60069", "1eb81651-f5d3-4e95-bceb-5ae2ffffd00e", "bf9c1c49-a529-451e-a81d-ac94cfdbec3e", "com.microsoft.teamspace.tab.notes", "b85718a3-6d15-4f59-8fad-b6809c6fc6a9", "ca4b5141-5c46-47bc-a05e-2733d9bd69aa", "5f56e504-48aa-46a0-bd6d-2231355b2830", "00001016-de05-492e-9106-4828fc8a8687", "25b07509-bc6a-4a53-b683-9beb24e55570", "30e8c77f-acd9-453f-958a-82baf329c73d", "com.microsoft.teamspace.tab.powerbi", "com.microsoft.teamspace.tab.file.staticviewer.powerpoint", "57799d60-92cd-40fd-8051-3570a1290828", "65abccad-bf65-497c-8ea2-eec2036b6f13", "a4b9907d-cff2-4771-91d5-30cb794f00c5", "659243fc-ebc2-42fa-aa43-dfcad0f8bcd1", "1d20e5e6-7310-4029-aa63-3efc9e84e926", "c6462b50-a869-45e1-88b6-734c7087df25", "4608dd75-e769-46f0-8f28-ac18c714cad1", "14510476-fa9d-4dad-add9-aa5975a60a8b", "0fdcda7d-5ce6-41a0-b5a3-4fa867815487", "38ff7ef9-c2ff-4a65-9774-a5d338ae708d", "8c9f8e8e-fe2d-4542-84ab-1d30c4a735fc", "7824020d-ce5a-420f-ab91-2dc72f27834a", "3bf2e254-d6c9-4e0c-b269-1c80c1220dc4", "7792759a-43e8-4dc8-9f55-e7b0382c4a67", "1dc264f0-30a4-4585-9ed9-febabfa6fd7e", "73e63b28-e6b1-48fe-9ca5-b6801b5bd4d5", "bcb050bd-ad7e-4e0e-94a7-e38d7fa098c9", "e946766a-060d-4b50-bc90-f8de7b48b184", "effe13ef-00e2-4d55-a207-f2d9d1dd7263", "def85aef-c838-4f6b-b76e-53292aaa43d9", "37664cf9-dd77-4681-b286-430107bea7bf", "32772d29-4df0-4c7d-bade-8f35fe9101a3", "1d192ad2-6590-4179-a088-daff383a52b5", "62a00d05-797b-4e83-bf9c-8ea6b3163878", "com.microsoft.teamspace.tab.file.staticviewer.visio", "bae0fc3b-3f87-41d5-a144-02d536f827c3", "51abb001-38d9-4d2a-a877-069e07099ad6", "6f9f20ca-95d0-4534-8f23-b36ad7e3955a", "com.microsoft.teamspace.tab.file.staticviewer.word", "a671596c-9fb7-40ba-9915-c3420781b0db", "bc4e7b4a-0ae5-49be-a56f-743e16aca230", "8a1da635-7529-4456-b43a-56cbd865c3cf", "39e837f8-e135-4130-94a2-ed89ac575cd1", "88ffccc0-71cf-4451-8783-898b7b944814", "3a54620f-98a1-4804-bcdc-fa7324d8fbd0", "0d820ecd-def2-4297-adad-78056cde7c78", "d7958adf-f419-46fa-941b-1b946497ef84", "1c256a65-83a6-4b5c-9ccf-78f8afb6f1e8", "3e0a4fec-499b-4138-8e7c-71a9d88a62ed", "1820aede-4323-4996-825e-08f059160995", "ab5bada7-9e08-4bfb-8e93-ff13caf9fde7", "d7958adf-f419-46fa-941b-1b946497ef95", "ef56c0de-36fc-4ef8-b417-3d82ba9d073c", "260b1611-c836-438b-9ad6-7899dd338fbd", "fd97e350-a8a5-46fc-8b7b-ef3880807647", "73d49226-b5c0-42f0-b918-acd20e8a22d8", "48e6b6e2-80ce-4dc7-86a9-ef738e1c6f53", "3051bc8e-e666-491a-afe9-03b0855ef83e", "b1a9388f-48df-4752-849e-7d7b12483e30", "3ddb70b6-c3c0-48af-8c47-f2b00a246ef0", "6e106207-4565-4312-b3ea-bbe9b3ed0a02", "330061de-47a3-4d83-a252-87cc45250010", "96a116ab-6847-4d22-90f3-f4dd6af74938", "dbf372d7-f178-41b8-8f60-0cd497e6bae9", "861228c3-eefd-462f-9b13-24dae6530ac3", "a5a12021-afd1-4384-8baa-1363193a0509", "35af9cb3-8392-4473-9dd0-9295bab6a199", "100e3882-b881-4b6e-8dba-2cc8884af5d3", "b5abf2ae-c16b-4310-8f8a-d3bcdb52f162", "5966c135-e05f-4ce0-81e0-e138fe8e9583", "74fef386-4a06-42ef-a68e-7c6f72bfcffd", "4a6520d6-94a8-4730-9184-24997b9b3401", "1f8c20f5-d70f-4f8e-93e1-31d8fce0c8c9", "43a6e7fb-bd10-4c0a-b02e-6a9c86ba272a"]
        },
        "isExternalPresenterJoinEnabled": true,
        "notification": {
            "notificationExtensionTemplateBaseWithSenderId": "SkypeSpaces_1.36"
        },
        "fetchAnonymousAppDefinitionEnabled": true,
        "m365chat": {
            "enableCopilotHandoff": true,
            "authErrorMessageEnabled": true,
            "enableCopilotPluginInChat": true
        },
        "media": {
            "base64ImageEnabled": true,
            "fontDisabledInVideoTextAttachment": true,
            "thumbnailGlobalInMemoryCacheEnabled": true,
            "imageCacheCount": 150,
            "fontDisabledInAXPAttachement": true,
            "processingViaV2Approach": true,
            "videoUploadsEncodingBitrate": 1200,
            "lensMiniStrip": "true",
            "miniStripCount": 100
        },
        "encryptApiKeyIR": true,
        "gridLayoutFREEnabled": true,
        "UseStartupManagerForTFWWhatsNew": true,
        "guardian": {
            "suppressLastMessageEnabled": true,
            "enableGuardianAnnouncements": true,
            "isParentsAppFreV2Enabled": true,
            "enableParentTeacherMeetingScheduling": true
        },
        "feeds": {
            "vcReusingEnabledForIphone": true,
            "vcReusingEnabledForIpad": true,
            "disableMyActivity": true
        },
        "gridLayout": {
            "ecsEnabledEduApps": ["bd9fb5cb-4d02-4cc6-a7f4-52a8a62d30b7", "9d17e873-c4c4-424d-869c-67f62a3d3174", "77be3f72-7c14-415f-992c-3511dd54a4ae", "66aeee93-507d-479a-a3ef-8f494af43945", "62554c36-4756-4d4e-b8fb-f4b24875ae0c", "2c95977d-f2fb-4df3-ad70-1aece87afe03", "5a22b425-b693-4f86-b668-31baeb3dad6c", "b85718a3-6d15-4f59-8fad-b6809c6fc6a9", "3a6c38d2-9d25-4c1f-8e06-9da286c1bfc4", "b56991b4-3924-49b2-b4bf-1710940ec7d9"]
        },
        "channels": {
            "channelsCsatEnabled": true
        },
        "activity": {
            "useActivityTitle": true
        },
        "chat": {
            "GuardianChatPhoneSearchEnabled": true,
            "GuardianPreferredMethodAndSmsInviteType": 1,
            "canShowExpandedReactions": true,
            "controllerConnectedServicesRoamingEnabled": true,
            "filesTabUploadEnabled": true
        },
        "EOLDate": "12/04/2023",
        "freemiumUpgrade": {
            "EOLDate": "12/04/2023",
            "isFreemiumEnabled": true,
            "marketingUpgradeURL": "https://go.microsoft.com/fwlink/?linkid=873049",
            "adminFrequencyTable": {
                "within30days": 1,
                "within60days": 3,
                "within90days": 7
            },
            "userFrequencyTable": {
                "within30days": 1,
                "within60days": 3
            },
            "isPromoTextEnabled": true
        },
        "smb": {
            "googleAuthCustomScopePhase1Enabled": true,
            "useIntentV3API": true
        },
        "enableGuardiansReEntryInviteUpdate": true,
        "guardianHomePageAppEnabled": true,
        "telemetry": {
            "minimumSendInterval": 0,
            "minimumLandscapeSeconds": 3
        },
        "lens": {
            "imageCompressionSetting": 2
        },
        "isParentsContactCardEnabled": true,
        "auth": {
            "enableAuthWatchdogLogging": true,
            "consumerRegionGmtsEnv": "prod"
        },
        "files": {
            "enableFileRename": true,
            "enableFileDelete": true,
            "fileRedirectionToOfficeEnabled": true,
            "uploadChunkSizes": {
                "2G": 250000,
                "3G": 250000,
                "4G": 1000000,
                "LTE": 1000000,
                "Wifi": 1000000
            },
            "spRootLibraryAvailable": true,
            "enableVroomFileListing": true,
            "videoSettingsEnabled": true
        },
        "whitelistedUserInstallediPadApps": ["c738b607-88dd-4f16-aefe-6a824c65d25d", "4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b", "f46ad259-0fe5-4f12-872d-c737b174bcb4", "77258206-eaee-4ff8-a5fe-72300f4b4bbb", "cd2d8695-bdc9-4d8e-9620-cc963ed81f41", "d3d1be68-066c-4967-a74b-9edcf902dcfb", "1850b8bb-76ac-411c-9637-08f7d1812d35", "3586755a-4e4f-4ad2-8846-6f408ede3a19", "7f905be6-3226-4a4c-9c54-ab1edce3c99c", "ac46f19f-f3c5-4415-be1d-182f02f6d53f", "683a2a66-a0bd-4ab1-b9e1-0d09faea8c51", "4783e622-5303-4ea7-a211-ef0dd405da73", "fcc850f5-c210-45a2-9576-4ca4e34b6d09", "361ee822-e020-4e06-afb5-71e60a85fd53", "0557a76b-b5d0-42d6-9edb-3864d8d3d450", "327e83d3-5ab9-490c-a5a0-70600f6e84ac"],
        "whitelistediPadAppsToOpenInTeams": ["95de633a-083e-42f5-b444-a4295d8e9314", "19a29a41-cbca-4152-a2af-dd9728ea35f1", "0ae35b36-0fd7-422e-805b-d53af1579093", "f4d81e8e-4500-44c2-8328-9e06cbe037c5", "c738b607-88dd-4f16-aefe-6a824c65d25d", "10aea93d-20cf-44c2-b4a5-284c5ef2e6a5", "b7fad6ce-2e23-4aba-b209-859a59ca230e", "040880f4-0c68-4c38-8821-d5efd2b6ddbe", "26bc2873-6023-480c-a11b-76b66605ce8c", "f46ad259-0fe5-4f12-872d-c737b174bcb4", "77258206-eaee-4ff8-a5fe-72300f4b4bbb", "cd2d8695-bdc9-4d8e-9620-cc963ed81f41", "d3d1be68-066c-4967-a74b-9edcf902dcfb", "29ae87cf-6545-4e79-8093-925d91e4150e", "aa5fe6c5-f91c-45ed-88de-640e235ad21b", "3586755a-4e4f-4ad2-8846-6f408ede3a19", "606f1645-4ee6-4f8d-a94f-54744a8446b6", "7f905be6-3226-4a4c-9c54-ab1edce3c99c", "a622ceb4-b6e2-4557-8218-e22e80975ba4", "627bdb14-de72-4b86-9f12-e8c2654259f4", "4783e622-5303-4ea7-a211-ef0dd405da73", "361ee822-e020-4e06-afb5-71e60a85fd53", "d400ec73-d695-4065-b8c2-102d89c18077", "0557a76b-b5d0-42d6-9edb-3864d8d3d450", "4085da2b-3b84-43ac-b895-dd9ec865a6cc", "327e83d3-5ab9-490c-a5a0-70600f6e84ac"],
        "sync": {
            "pollingToPush": true
        },
        "ux": {
            "accountPlaceholderIconsEnabled": true,
            "accountAwareToastEnabled": true,
            "accountAwareToastStayTimeMs": 2000,
            "accountAwareToastEnabledForTappedNotifications": true
        },
        "meetings": {
            "meetingDetailsMeetingOptionsEnabled": true
        },
        "people": {
            "enableUserDefaultProfilePicture": true,
            "deviceContactsInGlobalSearchEnabled": true
        },
        "flw": {
            "isFLWPresenceAuditServiceEnabled": true
        },
        "channel": {
            "channelFollowIconUpdateEnabled": true
        },
        "whatsNewExperienceEnabled": true,
        "whatsNewUnreadDotEnabled": false,
        "whatsNewNotificationEnabled": false
    },
    "SkypeTelemetry": {
        "kpi_inapp_activity_ended": {
            "enabled": true
        },
        "kpi_inapp_activity_start": {
            "enabled": true
        },
        "kpi_call_ended": {
            "enabled": true
        },
        "kpi_message_viewed": {
            "enabled": true
        },
        "kpi_longpoll_complete": {
            "percentage": 0.01
        },
        "kpi_longpoll_failed": {
            "percentage": 0.01
        },
        "kpi_message_sent": {
            "enabled": true,
            "percentage": 10
        },
        "kpi_message_delivered": {
            "enabled": true,
            "percentage": 10
        },
        "kpi_chatsync_complete": {
            "enabled": true,
            "percentage": 0.01
        },
        "kpi_pushnotif_delivered": {
            "enabled": true
        },
        "kpi_pushnotif_displayed": {
            "enabled": true
        },
        "kpi_badge_count_state": {
            "enabled": true
        },
        "kpi_client_init": {
            "enabled": false
        },
        "kpi_client_ready_state_time": {
            "enabled": false
        },
        "kpi_push_to_sync_complete": {
            "enabled": true
        },
        "kpi_search_request": {
            "enabled": true
        },
        "kpi_postsearch_action": {
            "enabled": true
        },
        "kpi_contacts_sync_complete": {
            "enabled": true
        },
        "kpi_chat_service_connection": {
            "enabled": true
        },
        "kpi_message_sent_retry": {
            "enabled": true
        },
        "kpi_chatsync_failed": {
            "enabled": true
        },
        "file_sent": {
            "enabled": true
        },
        "file_received": {
            "enabled": true
        },
        "log_crash_sent": {
            "enabled": true
        },
        "contacts_sync_start_time": {
            "enabled": true
        },
        "contacts_sync_end_time": {
            "enabled": true
        },
        "kpi_user_activity_started": {
            "enabled": false
        },
        "client_heartbeat": {
            "enabled": false
        },
        "SendTextMessageUI": {
            "enabled": true,
            "percentage": 10
        }
    },
    "SkypeTransport": {
        "AppId": 3
    },
    "SkypeTRAP": {
        "SkypeToAadMigration": {
            "PreferredToken": "Cae",
            "PerTenantOverride": {
                "eca248b8-6917-4072-a5a0-345926fc7a81": "Skype",
                "c9a58ee0-ecfb-4cd3-965d-b43553fabb42": "Aad",
                "89915aa4-27e7-49fc-a852-03744c5664b2": "Cae"
            }
        }
    },
    "SkypeTXChannel": {
        "TenantToken": "4b8ac33881b24d1ca8bd468c0d45335f-8efebf49-da48-481b-acee-151c4b7a7cc7-7416"
    },
    "SkypeTXNdi": {
        "hardwareOutBlackMagic": false,
        "hardwareOutAja": false
    },
    "SkypeVideoLibrary": {
        "H265RefactoredCodeConvPayloads": "1",
        "FixQoEResourceTypeMask": "1",
        "AV1SceneChangeBlockMatchPct": 25,
        "AV1SceneChangeMeanThresh": 24,
        "AV1SceneChangeVarianceThresh": 3200,
        "ForceXLMeetingIdrThrottle": "0"
    },
    "SkypeWebMedia": {
        "mediaAgent": {
            "oneStreamPerDeviceType": true,
            "enableVideoEffects": true,
            "webcv": {
                "powerPreference": "high-performance",
                "qualityConfig": {
                    "improvementFpsThresholdPercent": 20,
                    "degradationLadder": [{
                            "resolution": {
                                "width": 1920,
                                "height": 1080
                            },
                            "fps": {
                                "min": 15,
                                "max": 30
                            }
                        }, {
                            "resolution": {
                                "width": 1280,
                                "height": 720
                            },
                            "fps": {
                                "min": 15,
                                "max": 30
                            }
                        }, {
                            "resolution": {
                                "width": 960,
                                "height": 540
                            },
                            "fps": {
                                "min": 15,
                                "max": 30
                            }
                        }, {
                            "resolution": {
                                "width": 640,
                                "height": 360
                            },
                            "fps": {
                                "min": 13,
                                "max": 30
                            }
                        }, {
                            "resolution": {
                                "width": 416,
                                "height": 234
                            },
                            "fps": {
                                "min": 10,
                                "max": 20
                            }
                        }, {
                            "resolution": {
                                "width": 320,
                                "height": 180
                            },
                            "fps": {
                                "min": 10,
                                "max": 20
                            }
                        }
                    ],
                    "outputFps": {
                        "min": 10,
                        "max": 30
                    },
                    "statsIntervalSec": 5,
                    "outputResolution": 720,
                    "preserveResolution": true,
                    "initialLadderResolution": 360
                },
                "webGLUnsupportedRenderers": ["Google SwiftShader"],
                "webGLRequiredExtensions": ["EXT_color_buffer_float", "WEBGL_debug_renderer_info", "OES_texture_float_linear"],
                "usePreheat": false,
                "useWasmEffects": false
            },
            "permissions": {
                "useNegativeInAdp": false,
                "usePositiveInAdp": true,
                "adpFallback": true,
                "adpRequestAVLast": true
            },
            "reconnectTimeLimit": 60000
        }
    },
    "SkypeXT": {
        "configVariablesAlpha": [{
                "key": "GMAIL_HOST_ID",
                "value": "gmail-btn-blue"
            }, {
                "key": "GMAIL_BTN_COLOR",
                "value": "#00AFF0"
            }
        ],
        "meetNowWidgetInfo": {
            "blobPath": "https://secure.skypeassets.com/apollo/0.0.0/meetnowwidget/",
            "version": "1.0.152"
        },
        "disabledCalendarHosts": []
    },
    "SMSClient": {
        "SMSManager": {
            "Msnp": {
                "Enabled": 2
            },
            "Telemetry": {
                "Enabled": 1,
                "AriaToken": "8a2fbd2e7ad744efb18510a1cdb7bb00-24ad87f8-b0e2-43e7-a575-aaea0e4678e2-7461"
            },
            "DlrViaMsnp": {
                "Enabled": 1
            },
            "PriceInfoAzure": {
                "Enabled": 1,
                "Hostname": "skypesmssfe.trafficmanager.net",
                "MaxBatchSize": 10,
                "HttpRetries": 3,
                "HttpFirstDelay": 3,
                "HttpNextDelayFactor": 200,
                "HttpMaxParallelRequests": 2,
                "HttpConnectionTimeout": 30,
                "HttpRequestTimeout": 60
            }
        }
    },
    "SWG": {
        "iosIpOverride": ["127.0.0.1"],
        "iosFileContent": "ew0KICAiYXBwbGlua3MiOiB7DQogICAgImFwcHMiOiBbXSwNCiAgICAiZGV0YWlscyI6IFsNCiAgICAgIHsNCiAgICAgICAgImFwcElEIjogIjI1RUsyTVdOQTUuY29tLnNreXBlLnNreXBlIiwNCiAgICAgICAgInBhdGhzIjogWyAiTk9UIC9ib3QvKiIsICIqIiBdDQogICAgICB9LA0KICAgICAgew0KICAgICAgICAiYXBwSUQiOiAiMjVFSzJNV05BNS5jb20uc2t5cGUuU2t5cGVGb3JpUGFkIiwNCiAgICAgICAgInBhdGhzIjogWyAiTk9UIC9ib3QvKiIsICIqIiBdDQogICAgICB9LA0KICAgICAgew0KICAgICAgICAiYXBwSUQiOiAiQUw3OThLOThGWC5jb20uc2t5cGUudG9tc2t5cGUiLA0KICAgICAgICAicGF0aHMiOiBbICJOT1QgL2JvdC8qIiwgIioiIF0NCiAgICAgIH0sDQogICAgICB7DQogICAgICAgICJhcHBJRCI6ICJVM0NTNzc5OVdZLmNvbS5za3lwZS5tb2Rlcm4uY29yZWxpYiIsDQogICAgICAgICJwYXRocyI6IFsgIk5PVCAvYm90LyoiLCAiKiIgXQ0KICAgICAgfSwNCiAgICAgIHsNCiAgICAgICAgImFwcElEIjogIlUzQ1M3Nzk5V1kuY29tLnNreXBlLm1vZGVybi5pbnRlcm5hbCIsDQogICAgICAgICJwYXRocyI6IFsgIk5PVCAvYm90LyoiLCAiKiIgXQ0KICAgICAgfSwNCiAgICAgIHsNCiAgICAgICAgImFwcElEIjogIkxFMkpLM00yVDQuY29tLnNreXBlLm1vZGVybi5kZWJ1ZyIsDQogICAgICAgICJwYXRocyI6WyAiTk9UIC9ib3QvKiIsICIqIiBdDQogICAgICB9LA0KICAgICAgew0KICAgICAgICAiYXBwSUQiOiAiVTNDUzc3OTlXWS5jb20uc2t5cGUubW9kZXJuLmRvZ2Zvb2QiLA0KICAgICAgICAicGF0aHMiOlsgIk5PVCAvYm90LyoiLCAiKiIgXQ0KICAgICAgfSwNCiAgICAgIHsNCiAgICAgICAgImFwcElEIjogIjVCTlJIVjhIWTguY29tLnNreXBlLnNhcmwuZGVidWciLA0KICAgICAgICAicGF0aHMiOlsgIk5PVCAvYm90LyoiLCAiKiIgXQ0KICAgICAgfSwNCiAgICAgIHsNCiAgICAgICAgImFwcElEIjogIlUzQ1M3Nzk5V1kuY29tLnNreXBlLmNvbW11bmljYXRpb25zLmRlYnVnIiwNCiAgICAgICAgInBhdGhzIjpbICJOT1QgL2JvdC8qIiwgIioiIF0NCiAgICAgIH0NCiAgICBdDQogIH0NCn0NCg==",
        "UrlGeneratorService": {
            "IsEnabled": true,
            "Host": "api.scheduler.skype.com",
            "Port": 443,
            "Endpoints": {
                "Threads": "/threads"
            }
        },
        "WebLauncher": {
            "BaseUrl": "https://join.skype.com/launch/"
        },
        "isEligible": false,
        "allowAll": true
    },
    "TeamsClientCommon": {
        "cloudEnvironment": "Public",
        "endpoints": {
            "SchedulingServiceBaseUrl": "https://api.scheduler.teams.microsoft.com/",
            "SCTAriaCollectorUri": "https://ic3.events.data.microsoft.com/Collector/3.0/"
        },
        "calling": {
            "helpUrlForBroadcastBlockAnon": "https://go.microsoft.com/fwlink/?linkid=2149542&clcid=0x409"
        },
        "meetingTenantIdToName": "{\"123\": \"TenantTest1\", \"234\": \"TenantTest2\",\"73588a2a-d95b-4846-8dc4-5c6bbdfc3a72\": \"CES\",\"9ed72ea6-487f-4eb2-a8c6-dc36e8136aeb\": \"SFF SWITCH 2020\",\"4c00d031-a9ba-448e-9f5c-df8e4f2ef4ea\": \"SFF SWITCH 2020\"}"
    },
    "TeamsFLWAndroidProd": {
        "instantShiftGroupChatEnabled": true
    },
    "TeamsFLWIOSProd": {
        "shifts": {
            "isSHBackOffThrottlerEnabled": true
        }
    },
    "TeamsVerticalsTelehealth": {
        "UI_SettingsStorageEnabled": false
    },
    "TestJsonFormatter": {
        "RegionGtms": {
            "MessagingFrontEndS2S": "",
            "BvdS2S": ""
        }
    },
    "TrouterJScriptClient": {
        "TrouterConnectionUrl": "https://go.trouter.skype.com/v4/a",
        "TelemetryEnabled": true,
        "ClientTelemetryEventEnabled": {
            "trouter_js_client_connected": true,
            "trouter_js_client_disconnected": true,
            "trouter_js_client_error": true,
            "trouter_js_client_progress": true,
            "trouter_js_client_response": true,
            "logHealthCheckError": false,
            "numberOfStepsToMaintain": 20,
            "sendProgressTimeoutSecs": 57
        }
    },
    "Headers": {
        "ETag": "\"0pjSIwynG4A+lNDfk3tt5Z21lahln1OXr3eQ9FH9GPY=\"",
        "Expires": "Wed, 09 Jul 2025 07:17:29 GMT",
        "CountryCode": "FI",
        "StatusCode": "200"
    },
    "ConfigIDs": {
        "AcsCallingSDKWeb": "P-R-1128939-1-9,P-R-1016834-1-3,P-R-1015751-1-5",
        "Ads": "P-R-1280334-7-7,P-R-1080620-7-7",
        "AsyncMediaClient": "P-R-18572-1-6,P-R-17927-25582-2,P-R-17992-25804-5,108902,P-D-31343-8-1,P-D-4028-19804-21",
        "ClientLogin": "P-D-15373-22035-32",
        "ConsumerEntitlement": "P-R-1540445-7-4,P-R-1527460-7-6,P-R-1040144-7-12,P-R-117109-11-7,P-R-109351-7-9,P-R-86800-7-24,P-R-86203-7-7,P-R-71090-7-17,P-R-71499-7-11,P-R-54596-7-10,P-R-42155-7-10,P-R-30059-5-12,P-R-28043-4-20,P-R-27064-2-15,P-R-24401-5-23,P-R-22692-5-40,P-R-22129-1-10,P-D-44958-1-6,P-D-43791-1-8,P-D-42713-1-3,P-D-28653-1-5,P-D-27981-1-6,P-D-22920-4-21,P-D-22691-2-10,P-D-22450-5-25,P-D-22449-1-5,P-D-20701-1-22,P-D-20674-1-3,P-D-20673-1-59",
        "CQF": "P-D-1003116-1-1,P-D-75995-1-4",
        "DebugabilitySquad": "P-R-22273-1-18,P-D-22621-1-8,P-D-22622-1-6,P-D-20638-1-8",
        "ECS": "P-R-1097532-1-5,P-R-76663-1-2,P-D-81604-1-2",
        "ECS_Scorecards_Test": "P-E-1551840-C1-3,P-E-1239564-2-3",
        "ECSCONFIG": "P-D-1147099-1-3,P-D-1147088-1-3,P-D-17910-25541-3,112127",
        "ECSTest2": "P-D-1548497-1-2",
        "Join": "P-R-1104000-7-18,P-R-27712-8-13,P-D-28714-1-6",
        "JoinLauncher": "113355,113356",
        "MDN_MIDDLELANE_TEAMS": "P-R-1616486-10-8,P-R-1605799-11-10,P-R-1592288-10-9,P-R-1565724-2-11,P-R-1436736-18-85,P-D-1009217-19-177",
        "MDN_TRAP": "P-D-5047-25615-174",
        "MDNRAP": "115410",
        "MediaAgent": "P-D-68276-1-2",
        "MicrosoftTeamApprovals": "P-R-1541617-10-14,P-R-1462860-11-6,P-R-1438108-10-9,P-R-1418789-1-3,P-R-1267045-7-10,P-R-1258610-10-8,P-R-1198408-10-16,P-R-1150804-10-17,P-R-1117618-10-30,P-R-1118465-12-18,P-R-1099667-12-14,P-R-1080076-11-17,P-R-1075973-11-28,P-R-1069645-10-31,P-R-1064500-9-15,P-R-1050671-13-22,P-R-1063220-14-19,P-R-1060529-11-29,P-R-1054879-10-9,P-R-1052028-10-35,P-R-1049790-6-18,P-R-1049881-11-17,P-R-1042091-13-65,P-R-1044556-14-16,P-R-1035881-10-11,P-R-1034257-10-17,P-R-1029926-17-13,P-R-1034004-11-17,P-R-1026282-11-15,P-R-1001453-10-18,P-R-1020408-10-10,P-R-1017758-9-16,P-R-1016631-10-15,P-R-1008652-10-10,P-R-1001680-10-27,P-R-1000981-10-25,P-R-115999-12-36,P-R-113719-12-20,P-R-111670-13-19,P-R-110628-10-11,P-R-110483-10-18,P-R-109155-26-21,P-R-106606-14-18,P-R-100554-14-24,P-R-99901-10-13,P-R-98971-10-13,P-R-96172-10-19,P-R-95674-15-45,P-R-94749-9-10,P-R-94224-10-14,P-R-93053-11-11,P-R-90056-10-42,P-R-83888-10-15,P-R-83075-10-14,P-R-82904-12-20,P-R-81622-10-18,P-R-81580-13-25,P-R-77226-13-25,P-R-74994-10-11,P-R-74993-10-21,P-R-74801-10-10,P-R-73793-10-48,P-R-73190-10-9,P-R-69653-11-15,P-R-69035-14-33,P-R-69030-13-17,P-R-68608-10-7,P-R-68937-10-79,P-R-68473-10-4,P-R-65568-10-8,P-R-67490-10-12,P-R-66421-10-66,P-R-63643-1-7,P-R-63120-1-9,P-R-62477-2-4,P-R-62209-14-36,P-D-61939-1-49",
        "MicrosoftTeamLearning": "P-R-1572828-10-4,P-R-1578741-1-2,P-R-1546041-9-8,P-R-1562355-1-2,P-R-1548937-1-3,P-R-1547811-10-4,P-R-1542930-9-13,P-R-1543720-1-5,P-R-1272115-9-25,P-R-1368983-9-11,P-R-1407837-1-5,P-R-1291647-1-6,P-R-1280717-1-5,P-R-1291149-2-3,P-R-1230627-1-5,P-R-1271573-9-11,P-R-1256996-9-10,P-R-1240651-1-55,P-R-1252883-1-7,P-R-1248913-9-3,P-R-1248521-2-3,P-R-1234713-1-8,P-R-1227823-9-5,P-R-1228241-9-3,P-R-1225954-1-8,P-R-1169563-10-6,P-R-1069280-10-2,P-R-1110585-1-6,P-R-1133590-1-8,P-R-1105683-9-18,P-R-1114788-10-6,P-R-1114214-3-7,P-R-1097157-9-13,P-R-1096621-2-3,P-R-1082460-9-15,P-R-1086203-2-5,P-R-1080869-9-11,P-R-1056329-2-4,P-R-1071278-1-5,P-R-1072077-1-4,P-R-1070742-13-5,P-R-1069887-9-3,P-R-1062442-1-5,P-R-1060365-1-7,P-R-1064795-2-2,P-R-1062907-1-4,P-R-1060397-2-7,P-R-1061347-1-7,P-R-1059863-1-2,P-R-1057378-1-13,P-R-1056545-4-5,P-R-1059107-1-4,P-R-1057062-10-7,P-R-1057785-1-3,P-R-1057784-1-3,P-R-1057114-3-3,P-R-1055507-1-3,P-R-1055343-2-3,P-R-1053376-1-3,P-R-1054264-2-9,P-R-1054142-1-3,P-R-1049825-1-10,P-R-1048740-1-13,P-R-1048193-1-3,P-R-1048201-1-4,P-R-1048200-1-3,P-R-1043586-1-14,P-R-1045540-1-3,P-R-1044167-1-2,P-R-1044093-1-4,P-R-1043626-9-11,P-R-1043622-2-9,P-R-1042967-1-6,P-R-1042036-1-3,P-R-1042074-1-2,P-R-1042043-2-10,P-R-1040983-1-2,P-R-1040935-1-15,P-R-1039863-2-7,P-R-1039670-1-4,P-R-1038872-1-5,P-R-1036832-11-8,P-R-1030210-2-5,P-R-1035289-2-18,P-R-1034096-2-3,P-R-1003485-2-3,P-R-1030173-2-5,P-R-1033464-3-19,P-R-114288-1-5,P-R-1028593-12-9,P-R-1030159-2-13,P-R-1016583-1-4,P-R-1027490-10-7,P-R-1026454-1-3,P-R-1026027-1-4,P-R-1022014-1-13,P-R-1023891-10-13,P-R-1023641-1-14,P-R-1023587-1-6,P-R-1023397-1-7,P-R-1020899-1-4,P-R-1019481-1-4,P-R-1020898-1-5,P-R-1020443-10-12,P-R-1020224-1-2,P-R-1019875-1-14,P-R-1010835-12-48,P-R-1015921-2-9,P-R-1008952-5-11,P-R-1015932-10-3,P-R-1015621-1-7,P-R-1015438-10-12,P-R-1010216-10-14,P-R-1010686-1-6,P-R-1005769-7-8,P-R-1007246-2-10,P-R-1007490-10-11,P-R-1002209-1-8,P-R-1006862-10-15,P-R-1006411-1-4,P-R-1005539-10-11,P-R-1006298-1-4,P-R-111981-1-8,P-R-111166-10-18,P-R-1006245-1-3,P-R-1005047-1-17,P-R-1005352-1-2,P-R-1001263-1-9,P-R-1000240-1-12,P-R-1001146-1-5,P-R-1001260-1-3,P-R-1000961-8-6,P-R-1000545-10-6,P-R-115830-1-10,P-R-113445-1-11,P-R-112731-1-4,P-R-118312-1-5,P-R-118233-1-4,P-R-118141-1-5,P-R-117960-8-8,P-R-98775-1-4,P-R-116072-11-14,P-R-116429-1-30,P-R-115818-10-8,P-R-115204-20-19,P-R-115050-6-10,P-R-113164-1-9,P-R-112733-2-6,P-R-112734-1-3,P-R-112013-1-6,P-R-110871-11-16,P-R-110691-1-2,P-R-109956-1-2,P-R-100159-10-4,P-R-109131-1-5,P-R-104379-3-39,P-R-99589-1-2,P-R-99433-6-9,P-R-98164-1-2,P-R-97523-1-7,P-R-93466-2-6,P-R-96673-1-18,P-R-96864-1-18,P-R-96674-1-6,P-R-95139-1-6,P-R-95023-10-15,P-R-94036-14-16,P-R-92567-10-9,P-R-92145-2-6,P-R-91992-2-3,P-R-89656-4-6,P-R-91197-1-15,P-R-91020-2-4,P-R-90887-2-6,P-R-87096-10-10,P-R-86710-2-3,P-R-81198-1-23,P-R-80844-10-20,P-R-79526-10-20,P-R-79519-1-11,P-R-78446-1-16,P-R-74535-10-6,P-R-74090-10-2,P-R-70130-10-22,P-D-1030425-10-1,P-D-1030423-10-1,P-D-115348-10-1",
        "MicrosoftTeamsClientAndroid": "P-R-1609697-5-16,P-R-1140929-5-20,P-R-1588045-5-11,P-R-1584330-5-14,P-R-1582418-5-12,P-R-1580958-5-13,P-R-1572099-5-15,P-R-1561204-5-15,P-R-1565243-5-14,P-R-1565245-5-13,P-R-1559540-5-18,P-R-1559359-5-20,P-R-1553639-5-18,P-R-1550173-5-26,P-R-1542910-5-13,P-R-1538119-5-14,P-R-1528591-5-2,P-R-1528073-5-23,P-R-1528033-5-2,P-R-1525382-5-3,P-R-1525817-5-17,P-R-1481017-5-22,P-R-1471625-5-27,P-R-1467675-5-17,P-R-1460918-5-15,P-R-1445872-5-19,P-R-1445806-1-17,P-R-1435205-5-10,P-R-1433125-5-29,P-R-1415912-5-22,P-R-1412782-5-15,P-R-1410174-5-23,P-R-1271075-5-11,P-R-1261394-5-12,P-R-1261702-1-3,P-R-1261443-5-17,P-R-1254018-1-3,P-R-1253137-5-12,P-R-1251941-5-26,P-R-1233013-5-27,P-R-1249236-5-30,P-R-1243960-5-24,P-R-1229375-5-16,P-R-1228278-5-20,P-R-1227336-5-6,P-R-1219855-5-17,P-R-1175867-5-13,P-R-1173301-5-11,P-R-1169175-5-22,P-R-1152892-5-14,P-R-1168558-1-3,P-R-1156550-5-25,P-R-1155894-5-13,P-R-1149911-5-13,P-R-1149069-5-6,P-R-1137398-5-18,P-R-1131359-5-26,P-R-1131358-5-12,P-R-1119973-5-14,P-R-1119952-5-13,P-R-1113150-5-17,P-R-1111480-5-13,P-R-1110265-5-13,P-R-1105869-5-27,P-R-1085385-5-22,P-R-1097165-5-27,P-R-1091771-5-17,P-R-1092058-5-15,P-R-1092578-5-20,P-R-1082505-5-22,P-R-1078290-5-11,P-R-1077954-5-22,P-R-1076160-5-12,P-R-1074333-5-14,P-R-1065043-5-11,P-R-1067688-10-26,P-R-1064035-5-10,P-R-1063773-5-13,P-R-1060261-5-13,P-R-1060115-5-23,P-R-1058725-5-24,P-R-1051965-3-31,P-R-1055955-5-13,P-R-1055005-14-43,P-R-1053522-5-16,P-R-1037998-5-21,P-R-1052328-5-13,P-R-1051971-4-27,P-R-1051668-5-15,P-R-1041988-5-23,P-R-1041987-5-22,P-R-1041816-5-22,P-R-1040687-5-15,P-R-1040113-5-19,P-R-1039114-5-12,P-R-1039255-3-7,P-R-1036781-5-18,P-R-1035221-5-16,P-R-1034236-5-20,P-R-1025338-5-14,P-R-1024900-5-23,P-R-1018467-5-24,P-R-1020419-5-3,P-R-1017695-5-23,P-R-1017450-5-14,P-R-1016835-5-23,P-R-1015904-5-16,P-R-1012699-5-12,P-R-1007235-5-23,P-R-1005456-5-14,P-R-117688-5-23,P-R-115104-5-27,P-R-109151-5-17,P-R-105589-5-13,P-R-105586-5-12,P-R-96832-5-25,P-R-97233-5-21,P-R-96413-5-5,P-R-95301-5-18,P-R-93729-5-26,P-R-90476-5-11,P-R-88575-5-16,P-R-86313-5-12,P-R-86131-15-72,P-R-84682-13-35,P-R-82991-5-3,P-R-82309-5-12,P-R-81639-5-14,P-R-80731-5-10,P-R-80480-5-12,P-R-80482-5-13,P-R-76193-5-8,P-R-75897-5-11,P-R-72789-5-12,P-R-72112-5-4,P-R-71912-1-3,P-R-71890-5-10,P-R-62704-1-13,P-R-71063-5-9,P-R-71000-8-21,P-R-70347-6-4,P-R-70164-5-7,P-R-68573-5-9,P-R-67309-5-7,P-R-67308-5-6,P-R-65435-5-5,P-R-65134-1-4,P-R-64358-5-12,P-R-64050-5-8,P-R-63673-5-11,P-R-63659-5-8,P-R-62973-6-21,P-R-58812-5-5,P-R-56684-5-8,P-R-56181-5-8,P-R-39387-29-26,P-R-33066-10-8,P-R-30265-19-24,P-R-25223-9-5,P-R-24803-9-17,P-D-1064776-6-43,P-D-1055476-5-1,P-D-1055383-1-2,P-D-55299-3-4,P-D-20134-1-6",
        "MicrosoftTeamsEcsPrototype": "P-D-25658-1-5",
        "MicrosoftTeamsRetailClients": "P-R-112617-6-3,P-R-112615-6-3,P-R-112539-6-3,P-R-112538-6-3,P-R-112637-7-3,P-R-112632-6-3,P-R-112613-7-9,P-R-110718-7-12,P-R-96942-1-6,P-R-96082-5-8,P-R-90632-10-6,P-R-86977-13-8,P-R-82747-10-3,P-R-80501-5-25,P-R-79683-10-4,P-D-47240-6-99",
        "MicrosoftTeamsRetailIOSClients": "P-R-1028543-6-9,P-R-1026713-5-27,P-R-89254-5-8,P-R-79956-1-3,P-D-69244-1-54",
        "MicrosoftTeamsVVM": "P-R-1550429-7-21,P-R-1132735-11-36,P-R-1116112-11-6,P-R-1104223-10-13,P-R-1089841-10-7,P-R-1045375-1-15",
        "MicrosoftTeamVivaPulse": "P-R-1557552-3-7,P-R-1115969-1-6,P-R-1049495-23-534,P-D-1049498-1-72",
        "Notifications": "P-D-8138-12357-7",
        "ODSP_MEE_Mobile": "P-R-1587830-9-17,P-R-1476389-10-4,P-R-1475604-10-4,P-R-1468767-20-9,P-R-1457857-10-5,P-R-1272182-10-8,P-R-1258239-10-9,P-R-1252894-10-15,P-R-1222928-10-5,P-R-1232964-20-4,P-R-1225876-10-5,P-R-1224204-10-3,P-R-1190235-10-6,P-R-1176051-10-5,P-R-1176485-10-4,P-R-1169584-10-11,P-R-1157645-10-8,P-R-1148695-10-10,P-R-1146579-10-6,P-R-1146227-10-5,P-R-1141336-10-6,P-R-1136255-10-8,P-R-1133616-10-4,P-R-1125983-10-8,P-R-1116946-10-9,P-R-1110287-10-6,P-R-1110284-10-8,P-R-1105682-10-4,P-R-1100862-10-6,P-R-1098098-10-11,P-R-1090616-10-5,P-R-1094709-10-5,P-R-1094716-10-5,P-R-1090834-10-10,P-R-1090831-10-7,P-R-1084652-10-12,P-R-1082454-10-7,P-R-1077927-10-20,P-R-1073493-10-10,P-R-1077496-11-4,P-R-1076659-10-11,P-R-1072530-10-10,P-R-1071018-10-5,P-R-1068933-10-5,P-R-1058086-10-7,P-R-1060003-10-7,P-R-1060002-10-20,P-R-1057152-10-19,P-R-1056618-10-8,P-R-1056557-10-7,P-R-1055998-10-6,P-R-1055486-10-6,P-R-1055485-10-19,P-R-1051044-10-5,P-R-1051005-10-30,P-R-1051676-10-10,P-R-1049548-10-12,P-R-1047420-10-20,P-R-1021828-10-8,P-R-1039418-1-2,P-R-1039179-10-7,P-R-1038913-10-11,P-R-1029888-10-7,P-R-1021552-10-8,P-R-1009985-10-22,P-R-1003382-10-4,P-R-1003010-10-7,P-R-117271-10-6,P-R-114728-10-6,P-R-113440-8-12,P-R-113424-10-10,P-R-112547-10-5,P-R-111993-10-8,P-R-110759-10-10,P-R-109335-10-8,P-R-106638-10-5,P-R-100944-10-8,P-R-99235-10-5,P-R-97835-10-4,P-R-82015-10-11,P-R-96489-10-10,P-R-95976-10-5,P-R-94656-10-9,P-R-94463-10-5,P-R-93857-8-7,P-R-93728-10-10,P-R-93668-10-5,P-R-92587-10-4,P-R-92458-10-5,P-R-91334-10-8,P-R-89444-10-15,P-R-85021-10-11,P-R-83560-18-35,P-R-81453-10-16,P-R-75186-10-39,P-D-73826-1-59",
        "OpConfig": "100762",
        "OsamaTest": "P-D-38649-1-2",
        "PeopleImport": "P-D-38632-1-4",
        "PeopleRecommendation": "P-R-37188-2-16,P-D-18870-1-13",
        "PeopleSearch": "P-R-1103619-7-8,P-R-1041830-7-5,P-R-82995-7-9,P-D-17755-25095-10",
        "PortalWebClient": "P-R-55904-2-11,P-D-1579919-1-2,P-D-5041-9166-412",
        "PstnHub": "P-R-105587-1-7,P-R-88233-1-45,P-R-66954-1-11,P-R-62994-1-23,P-R-55797-8-13,P-R-55796-8-15,P-R-38575-11-48,P-R-38574-11-17,P-R-29715-10-167,P-R-29716-10-204,P-R-25727-70-158,P-R-25728-30-138",
        "RichNotifications": "P-R-77992-1-17",
        "RtcPalVideoConfiguration": "P-R-1080608-1-3",
        "S4L": "P-R-1425735-7-12,P-R-1475012-7-11,P-R-41942-7-9,P-R-40921-7-6,P-R-31525-2-6,P-R-22004-3-17,P-R-20685-4-25,P-R-19998-1-6,P-R-19775-8-76,P-D-19772-1-35",
        "S4L_Backpack": "P-D-21259-1-15",
        "S4L_Caap": "P-R-1093780-7-11,P-R-1087269-7-3,P-R-1066478-7-5,P-R-45125-7-6,P-R-26062-2-24,P-R-25374-2-12,P-R-23115-2-12,P-R-21735-3-23,P-D-20966-1-40",
        "S4L_CMC": "P-R-1573612-7-8,P-R-1561762-7-5,P-R-1557667-7-4,P-R-1543023-7-6,P-R-1521785-7-21,P-R-1477109-7-7,P-R-1465119-7-6,P-R-1457716-7-11,P-R-1455114-7-7,P-R-1451767-7-4,P-R-1450865-7-6,P-R-1267253-7-4,P-R-1263442-7-7,P-R-1255201-7-5,P-R-1255207-7-8,P-R-1247535-7-7,P-R-1241613-7-6,P-R-1241944-7-9,P-R-1226810-7-8,P-R-1168619-7-10,P-R-1149591-7-8,P-R-1148320-7-5,P-R-1148315-7-13,P-R-1145067-7-14,P-R-1133271-7-5,P-R-1084737-8-4,P-R-1041173-7-11,P-R-1036821-7-11,P-R-1009166-7-3,P-R-1009190-7-5,P-R-1002816-7-10,P-R-116079-7-3,P-R-112779-7-5,P-R-111813-7-13,P-R-108952-7-7,P-R-108289-7-13,P-R-97026-7-6,P-R-99746-7-5,P-R-97526-7-30,P-R-97732-7-9,P-R-97518-7-4,P-R-97037-7-8,P-R-96500-7-42,P-R-95939-7-6,P-R-95122-7-17,P-R-93050-7-15,P-R-94751-7-2,P-R-93671-8-16,P-R-87368-7-9,P-R-85713-7-17,P-R-81661-7-10,P-R-80914-7-17,P-R-80017-8-3,P-R-78482-7-3,P-R-72511-7-14,P-R-76332-7-24,P-R-73298-7-18,P-R-75942-7-7,P-R-74606-7-11,P-R-74509-7-11,P-R-74508-7-11,P-R-74415-7-11,P-R-74292-7-8,P-R-74299-1-2,P-R-72837-9-42,P-R-70173-7-8,P-R-68508-7-13,P-R-67295-7-8,P-R-65997-7-14,P-R-64790-7-69,P-R-64537-7-19,P-R-64373-7-8,P-R-63792-7-13,P-R-63738-7-5,P-R-63730-7-12,P-R-62744-7-7,P-R-62158-7-5,P-R-61695-7-9,P-R-61620-7-11,P-R-61619-7-9,P-R-60567-7-13,P-R-60634-7-16,P-R-59789-7-8,P-R-59410-7-7,P-R-59408-7-7,P-R-56158-7-7,P-R-55224-7-12,P-R-54489-7-5,P-R-52296-7-10,P-R-52188-7-11,P-R-47923-7-6,P-R-47794-7-9,P-R-43259-7-5,P-R-39104-7-14,P-R-37149-7-35,P-R-36997-7-6,P-R-36994-7-9,P-R-36878-7-9,P-R-36786-7-12,P-R-36171-9-20,P-R-34750-7-23,P-R-33995-7-34,P-R-27618-6-23,P-D-74721-7-1,P-D-63379-2-1,P-D-28642-2-1,P-D-22934-4-1",
        "S4L_Commerce": "P-R-1262170-7-5,P-R-1260761-7-9,P-R-1258202-7-4,P-R-1249303-7-7,P-R-1235880-7-4,P-R-1226419-7-11,P-R-1225831-7-8,P-R-1222825-7-8,P-R-1148705-7-6,P-R-1126550-7-6,P-R-1071054-7-5,P-R-1050475-7-18,P-R-98050-7-15,P-R-89631-7-13,P-R-92437-7-15,P-R-88407-7-9,P-R-75426-7-17,P-R-71550-7-11,P-R-67614-7-7,P-R-62739-7-9,P-R-59766-7-13,P-R-54474-7-18,P-R-53319-7-6,P-R-50124-7-15,P-R-48968-7-12,P-R-48967-7-24,P-R-47300-7-10,P-R-40713-7-30,P-R-39543-7-31,P-R-35701-8-23,P-R-28486-1-2,P-R-24616-16-62,P-D-39525-1-3,P-D-36721-1-3,P-D-24578-7-18",
        "S4L_Config": "P-R-1529950-7-11,P-R-1475526-7-14,P-R-1471083-7-17,P-R-1470971-7-9,P-R-1440257-7-11,P-R-1293078-7-23,P-R-1292107-7-13,P-R-1248019-7-7,P-R-1236794-7-33,P-R-1235313-7-8,P-R-1234683-7-16,P-R-1233011-7-29,P-R-1021821-7-7,P-R-72417-7-33,P-R-45353-7-86,P-R-43226-7-5,P-R-41939-9-16,P-R-38978-7-12,P-R-37819-7-14,P-R-34294-2-4,P-R-31570-2-9,P-R-29406-6-8,P-R-27606-4-5,P-R-27077-1-6,P-R-26957-2-3,P-R-25158-6-24,P-R-23162-8-45,P-D-39496-7-1,P-D-38830-7-1,P-D-38767-7-1,P-D-38766-1-2,P-D-31665-1-1,P-D-20131-1-18",
        "S4L_Contacts": "P-R-1543978-7-7,P-R-1047011-7-5,P-R-1037770-7-9,P-R-39979-7-12,P-R-39172-1-3,P-R-38091-1-6,P-R-32536-21-19,P-R-36743-7-12,P-R-24794-6-19,P-R-25707-1-50,P-D-39763-7-1,P-D-39497-7-1,P-D-38764-7-1,P-D-33983-1-1,P-D-33803-1-1,P-D-33644-1-1,P-D-31527-1-1,P-D-29420-1-1,P-D-29176-1-1,P-D-28230-1-1,P-D-28191-6-1,P-D-20304-1-61",
        "S4L_Cortana": "P-R-45126-7-5,P-D-19773-1-18",
        "S4L_Engagement": "P-R-1097242-7-6,P-R-87801-7-8,P-R-84000-7-12,P-R-73843-7-11,P-R-72651-7-14,P-R-46213-7-8,P-R-36868-7-32,P-R-22197-10-47,P-R-21991-3-38,P-D-96426-7-1,P-D-45605-3-2,P-D-45604-3-2,P-D-45603-3-2,P-D-35700-1-13,P-D-35592-1-7,P-D-35599-2-3,P-D-35597-3-10,P-D-35584-1-3,P-D-29105-3-1,P-D-21990-1-41",
        "S4L_Feedback": "P-D-28683-1-2",
        "S4L_Integrations": "P-R-37256-1-11,P-R-27358-6-19,P-R-22072-13-189,P-R-21515-18-236,P-D-19889-1-42",
        "S4L_MeetNow": "P-R-1017891-7-13",
        "S4L_Messaging": "P-R-1559790-5-23,P-R-1554381-7-33,P-R-1546757-26-36,P-R-1551540-7-4,P-R-1477230-7-23,P-R-1471522-7-7,P-R-1458737-7-18,P-R-1453030-7-7,P-R-1414180-7-6,P-R-1292256-7-3,P-R-1257022-7-32,P-R-1263403-7-14,P-R-1261281-7-10,P-R-1251857-7-3,P-R-1241301-7-13,P-R-1241592-7-5,P-R-1241101-7-13,P-R-1226934-7-8,P-R-1168742-7-8,P-R-1168149-7-11,P-R-1158341-7-7,P-R-1154517-7-9,P-R-1153798-7-9,P-R-1152595-7-7,P-R-1151094-7-12,P-R-1150769-7-8,P-R-1149594-7-6,P-R-1141395-7-10,P-R-1136283-7-14,P-R-1122299-7-12,P-R-1120018-7-13,P-R-1118931-7-9,P-R-1116059-7-2,P-R-1114519-7-14,P-R-1113622-7-9,P-R-1113623-7-6,P-R-1107341-2-5,P-R-1103149-7-10,P-R-1099068-7-9,P-R-1097986-7-13,P-R-1094492-7-6,P-R-1094476-7-15,P-R-1092664-7-24,P-R-1090410-7-20,P-R-1092330-7-6,P-R-1086923-7-9,P-R-1086185-7-11,P-R-1085827-7-7,P-R-1083441-7-14,P-R-1056916-7-13,P-R-1080579-7-11,P-R-1074647-7-13,P-R-1070915-7-19,P-R-1067694-10-50,P-R-1065600-7-8,P-R-1065365-7-11,P-R-1049902-7-10,P-R-1050326-7-13,P-R-1050127-7-11,P-R-1029907-7-11,P-R-1015759-7-12,P-R-1010736-7-15,P-R-1008533-7-12,P-R-1007481-7-11,P-R-1005111-7-11,P-R-113125-7-4,P-R-97190-7-12,P-R-94283-7-5,P-R-94000-7-10,P-R-93067-7-11,P-R-87676-7-13,P-R-83325-7-16,P-R-68517-7-4,P-R-60643-7-12,P-R-55223-7-11,P-R-48727-7-15,P-R-48728-7-17,P-R-46216-7-11,P-R-46167-7-20,P-R-45283-7-17,P-R-43383-7-21,P-R-42711-7-12,P-R-42708-7-41,P-R-42564-7-14,P-R-40178-7-7,P-R-39964-7-9,P-R-38833-7-20,P-R-38189-7-7,P-R-38179-7-13,P-R-38032-7-4,P-R-37688-7-37,P-R-35659-7-20,P-R-35658-7-16,P-R-35654-7-9,P-R-35605-7-36,P-R-35593-7-12,P-R-35323-2-6,P-R-34743-7-12,P-R-33239-8-23,P-R-29563-4-9,P-R-30189-6-9,P-R-29920-6-10,P-R-29896-6-17,P-R-29734-6-9,P-R-29473-4-24,P-R-29171-6-12,P-R-28431-6-12,P-R-28048-2-13,P-R-27536-2-9,P-R-26203-6-11,P-R-22855-10-39,P-R-22697-2-7,P-R-22128-2-21,P-R-20051-12-102,P-D-1149578-1-2,P-D-59613-1-1,P-D-32132-6-2,P-D-32083-4-2,P-D-20050-1-124",
        "S4L_NativePlatforms": "P-R-1068015-7-8,P-R-83871-7-18,P-R-40356-7-9",
        "S4L_Onboarding": "P-R-1560475-7-6,P-R-87239-7-13,P-R-67378-7-22,P-D-20983-7-49",
        "S4L_Search": "P-R-1037352-7-5,P-D-22650-1-19",
        "S4L_SISU": "P-R-1471679-7-4,P-R-1439248-7-9,P-R-83566-7-11,P-D-1470212-1-2,P-D-1468086-1-2,P-D-1427085-7-1,P-D-35727-1-2,P-D-32104-6-2,P-D-30313-1-2,P-D-28417-1-3,P-D-24245-1-7,P-D-21181-1-25",
        "S4L_Telemetry": "P-E-23017-2-3,P-R-1169261-7-6,P-R-1153191-7-15,P-R-1086825-7-13,P-R-1086826-7-13,P-R-1086924-7-12,P-R-82574-7-5,P-R-29323-2-9,P-D-1219546-2-1,P-D-21271-1-125",
        "S4L_UI": "P-R-1248143-7-7,P-R-1055335-7-9,P-R-1047115-7-12,P-R-111200-7-18,P-R-98059-7-3,P-R-91665-7-27,P-R-78502-7-10,P-R-49922-7-4,P-R-47000-2-5,P-R-37324-7-6,P-R-27270-3-7,P-R-26606-8-15,P-R-24630-1-3,P-R-24477-4-17,P-R-21821-5-32",
        "SCT": "P-D-68121-1-2",
        "Segmentation": "P-R-1286778-1-5,P-R-1286723-10-5,P-R-1086013-1-5,P-R-1085750-2-3,P-R-1057929-1-2,P-R-1057621-1-7,P-R-1050900-1-8,P-R-1040659-1-2,P-R-79661-1-28,P-R-25076-1-9,P-R-21476-3747236-1",
        "Skype_SRM": "P-D-25091-5-11,P-D-20718-1-53",
        "SkypeAndroid": "P-R-19524-1-8,P-R-19498-2-6,P-R-18743-1-3,P-R-18251-1-3,P-R-18040-25897-4,110614,109342,P-R-16501-23354-4,P-R-15475-22297-4,107921,103284",
        "SkypeAudioLibrary": "P-R-1034141-2-19,P-R-1016281-9-33,P-R-15396-22089-2,P-D-1064615-1-6,P-D-49739-1-8,P-D-22453-1-5,P-D-22193-1-5,P-D-21387-2-7,P-D-19915-1-10,P-D-19747-2-6,P-D-19649-3-8,P-D-19507-1-9,P-D-19184-2-4,P-D-19003-3-7,P-D-18536-3-6",
        "SkypeBilling": "117294",
        "SkypeCalling": "P-R-1289842-6-14,P-R-1221136-8-19,P-R-1099522-6-8,P-R-1083284-6-16,P-R-1056437-6-9,P-R-1056435-6-10,P-R-1053985-13-19,P-R-75937-8-8,P-R-70853-1-3,P-R-67550-8-10,P-R-54941-17-48,P-R-53880-7-7,P-D-22720-1-5,P-D-22705-1-3,P-D-21727-1-5,P-D-19340-1-3",
        "SkypeiOS": "P-R-18646-3-7",
        "SkypeM2": "P-R-25599-2-6,P-R-22835-2-4,P-R-22448-1-8",
        "SkypeMediaIntelligence": "123763",
        "SkypeMediaStack": "P-R-1416126-2-6,P-R-1298828-6-4,P-R-1049939-2-21,P-R-109412-1-6,P-R-70730-1-3,P-R-53631-7-5,P-R-48447-9-13,P-D-51815-1-3",
        "SkypePersonalization": "P-R-25581-32-7534,P-R-22477-9-136,109919",
        "SkypeRealTimeMedia": "P-R-20896-3-39",
        "SkypeResourceManager": "P-R-1570178-2-8,P-R-1238808-1-2,P-R-1167237-1-2,P-R-1120180-1-2,P-R-1120177-1-2,P-R-1105156-1-3,P-R-1097424-1-2,P-R-99795-1-3,P-R-69481-1-3,P-R-26444-1-14,P-D-1291420-1-4,115685,P-D-15348-21989-16,P-D-12245-18745-2",
        "SkypeRootTools": "P-R-36813-1-10,P-R-26467-4-18,P-R-21112-3-54",
        "SkypeTeamsClientIOS": "P-R-1539911-9-15,P-R-1536041-6-25,P-R-1439306-5-20,P-R-1437029-5-24,P-R-1435588-5-22,P-R-1414609-5-24,P-R-1292823-5-18,P-R-1282336-5-32,P-R-1282201-5-12,P-R-1266358-5-12,P-R-1265473-5-18,P-R-1261907-5-12,P-R-1259473-5-13,P-R-1257371-5-19,P-R-1250826-5-20,P-R-1248380-5-14,P-R-1248379-5-13,P-R-1243880-5-32,P-R-1238934-5-17,P-R-1233576-5-22,P-R-1175708-5-16,P-R-1159472-5-15,P-R-1157321-5-18,P-R-1149913-5-15,P-R-1138917-5-13,P-R-1131363-5-24,P-R-1129262-5-12,P-R-1119033-5-12,P-R-1114502-5-17,P-R-1113926-5-14,P-R-1109893-5-27,P-R-1105159-5-14,P-R-1097591-5-15,P-R-1089315-5-29,P-R-1081864-5-18,P-R-1080888-5-12,P-R-1064481-5-13,P-R-1068950-5-14,P-R-1061311-5-13,P-R-1058737-5-21,P-R-1051964-3-31,P-R-1050130-11-37,P-R-1056588-5-14,P-R-1055308-5-14,P-R-1045006-5-27,P-R-1052307-5-15,P-R-1045751-5-17,P-R-1044105-5-13,P-R-1037296-5-14,P-R-1036765-5-23,P-R-1039115-12-19,P-R-1035217-5-13,P-R-1034234-5-22,P-R-1033272-5-22,P-R-1029609-5-3,P-R-1029607-5-12,P-R-1028272-5-9,P-R-1027703-5-12,P-R-1026052-5-22,P-R-1023869-5-22,P-R-1022049-5-26,P-R-1020119-5-21,P-R-1015910-5-15,P-R-1017451-5-16,P-R-1017443-5-15,P-R-1011769-5-17,P-R-1012430-5-19,P-R-1011105-5-13,P-R-1008964-5-13,P-R-1007008-5-17,P-R-1006280-5-28,P-R-1005845-5-30,P-R-117236-5-12,P-R-117281-5-18,P-R-117647-5-23,P-R-116240-5-16,P-R-113097-5-19,P-R-111360-5-14,P-R-110687-5-18,P-R-99237-5-13,P-R-98409-5-5,P-R-95702-5-11,P-R-95709-5-6,P-R-95705-5-5,P-R-96585-5-14,P-R-94973-5-26,P-R-93295-5-10,P-R-86015-5-9,P-R-83172-5-20,P-R-84413-5-13,P-R-80481-5-12,P-R-80483-5-13,P-R-76335-5-5,P-R-75749-5-11,P-R-72223-5-3,P-R-71972-5-4,P-R-71066-5-8,P-R-69724-5-7,P-R-69171-5-6,P-R-67866-5-12,P-R-61972-5-11,P-R-66489-5-11,P-R-62072-5-13,P-R-61810-5-10,P-R-60479-5-12,P-R-58848-5-8,P-R-58811-5-6,P-R-58645-5-26,P-R-56685-5-8,P-R-56182-5-5,P-R-44939-10-8,P-R-37369-10-23,P-D-1064029-5-22,P-D-55630-1-4",
        "SkypeTelemetry": "P-D-19145-1-20",
        "SkypeTransport": "P-R-51054-2-13",
        "SkypeTRAP": "P-D-1052357-1-16",
        "SkypeTXChannel": "P-E-18947-C1-7",
        "SkypeTXNdi": "P-R-74055-1-13",
        "SkypeVideoLibrary": "P-E-1544403-2-3,P-R-1547090-1-6,P-R-1289301-1-7,P-R-1242684-1-3,P-R-1042997-1-2",
        "SkypeWebMedia": "P-E-1608951-2-3,P-R-1101308-4-4,P-R-1080913-4-8,P-R-59472-1-3,P-D-27831-3-40",
        "SkypeXT": "P-E-20791-2-5,P-R-1002253-8-7,P-R-20769-1-13",
        "SMSClient": "P-R-16504-26097-32,P-D-16503-23360-7",
        "SWG": "P-E-18277-2-12,119046",
        "TeamsClientCommon": "P-D-26811-20-37",
        "TeamsFLWAndroidProd": "P-R-51435-9-7",
        "TeamsFLWIOSProd": "P-R-46708-9-3",
        "TeamsVerticalsTelehealth": "P-D-40683-1-23",
        "TestJsonFormatter": "P-D-60734-1-8",
        "TrouterJScriptClient": "P-D-19873-3-17"
    }
}
