Data structures and methods to transport and notify client capabilities between clients and the server
Each client has certain capabilities he is able to handle. They are used to tell other clients the kind of interactions each client is able to process.
If a client wants to start an audio call to another client both clients have to be able to process audio (speakers and microphone present).
As soon as a client is capable to handle audio it tells the server and thus other clients that the client is now ready to process audio requests.
Beside well known capabilities clients may exchange customs capabilities. (e.g. client is capable for some sort of sharing and the appropriate sharing resource id)
Name | Description |
---|---|
asnSetClientCapabilitiesV2 |
Event to send client capabilities to the server |
asnGetClientCapabilitiesV2 |
Event to send client capabilities to the server |
Name | Description |
---|---|
asnClientCapabilitiesV2Changed |
Event the server will send if client capabilites have changed |
Name | Description |
---|---|
AsnClientCapabilityEnum | |
AsnClientCapabilitiesV2 |
Data structure to transport capabilities a client/connection is capable to handle |
AsnSetClientCapabilitiesV2Result | |
AsnGetClientCapabilitiesV2Argument |
Argument for the asnGetClientCapabilitiesV2 event |
AsnClientCapabilitiesV2ByID |
Client Capabilities with the user identifier to whom they belong |
AsnClientCapabilitiesV2ByIDList |
List of client capabilities with user identifier |
AsnSetClientCapabilitiesV2Argument |
Argument for the asnSetClientCapabilitiesV2 event |
AsnGetClientCapabilitiesV2Result | |
AsnClientCapabilitiesV2ChangedArgument |
Argument for the asnClientCapabilitiesV2Changed method |
Version 6.4