All xAPIs are defined by a path in a tree fashion, eg:
xCommand Call Disconnect
xConfiguration Audio DefaultVolume
xStatus Audio Volume
xEvent UserInterface Extensions Widget Action
In this SDK, the type (command, event etc) is not necessary because it's given by the context.
You can also use . or space as path separator (Call.Disconnect or Call Disconnect).
All xAPIs are defined by a path in a tree fashion, eg:
In this SDK, the type (command, event etc) is not necessary because it's given by the context. You can also use . or space as path separator (
Call.Disconnect
orCall Disconnect
).