Windows users requirements

Your users must be using Webex App on Windows 10 or later.

They must use one of these email clients:

  • Microsoft Outlook 2016 or later

  • Microsoft Office 365 (version 16.0.9001 or later)


     
    New Outlook for Windows doesn't support Outlook presence integration with Webex App.

Windows administrator tasks

  • Add a SIP address for each user in Active Directory.

    You must use the proxyAddresses attribute, and the SIP address must be of the format SIP:username@example.com.

    (Where username@example.com is the email address that identifies the user in Webex.)

  • Register the file spark-windows-office-integration.dll on each PC.

    This action requires administrator privileges on the computer. Examples here use regsvr32.exe. After you register the .dll file, users can integrate Webex App status with Microsoft Outlook.


     

    spark-windows-office-integration.dll is included with the Webex App installation, and is stored in the \dependencies\ subfolder of your Webex installation folder.

    Example of silently registering the DLL:

    
            regsvr32.exe /s "path/to/spark-windows-office-integration.dll" 
          

    Location of the DLL file depends on how the Webex App is installed. The following are the expected locations of the DLL files.

    • C:\Users\<user-id>\AppData\Local\Programs\Cisco Spark\dependencies
    • C:\Program Files\Cisco Spark\dependencies
    • C:\Users\<user-id>\AppData\Local\CiscoSparkLauncher\44.4.0.28782_94c8b922-1e12-4bee-a2bb-7d88753fae70\dependencies

User tasks

Removing the integration

  • Windows: Unregister the DLL file for users in your organization.

    Example using regsvr32.exe:

    
            regsvr32.exe /s /u path/to/spark-windows-office-integration.dll 
          

  • Mac users: Change the setting in the Webex App.

  • Users with a free account can choose to remove the integration in the Webex App.

Troubleshooting

Elevated mode (Windows)

If Outlook for Windows or the Webex App are running in elevated mode, Outlook won't show Webex App user status.

Conflicts with other app integrations

You must only maintain one app that integrates with Outlook for status. Having more than one app integrated with Outlook can cause conflicts. Before enabling Webex App status integration with Outlook, users must quit and unregister any other instant messaging apps that they use to connect with Outlook.