Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,The Control Hub API has an endpoint to get and set organisation settings (https://developer.webex.com/admin/docs/api/v1/settings).The example given is "allow-admin-invite-emails". but is there a full list of those settings anywhere?Thanks,Thom
Hello,The Control Hub API has an endpoint to get and set organisation settings (https://developer.webex.com/admin/docs/api/v1/settings).The example given is "allow-admin-invite-emails"., but is there a full list of those settings anywhere?Thanks,Thom
Hello,The following code can be used to initiate a call from a bot in the WebEx app:val intent = Intent(Intent.ACTION_VIEW).apply {
data = Uri.parse("tel:1234567890")
}
startActivity(intent)However, it doesn't work with the WebEx Intune app.Can a...
Ah, so it's more of a placeholder endpoint that not fully formed yet. That a shame. I was hoping to be able to script the configuration of my Control Hub instance rather then doing everything through the UI.
This is on Android but it's not using the SDK. The code is part of a support chatbot that should give the user the option to call a number through the WebEx Intune app.