Listener for Session properties events from the server.
More...
#include <PTDiffusionSessionPropertiesDelegate.h>
Listener for Session properties events from the server.
- See also
- PTDiffusionClientControlFeature
- Since
- 6.5
◆ diffusionSessionPropertiesListenerRegistration:sessionClosed:withCloseReason:andProperties:
A session has closed
- Parameters
-
| registration | The session properties registration for which this listener applies |
| sessionId | The session ID of the closed session |
| closeReason | The reason why the session closed |
| properties | The properties for the closed session |
- Since
- 6.5
◆ diffusionSessionPropertiesListenerRegistration:sessionDisconnected:withProperties:
A session has disconnected
- Parameters
-
| registration | The session properties registration for which this listener applies |
| sessionId | The session ID of the disconnected session |
| properties | The properties for the disconnected session |
- Since
- 6.5
◆ diffusionSessionPropertiesListenerRegistration:sessionFailedOver:withProperties:
A session has failed over to a different host
- Parameters
-
| registration | The session properties registration for which this listener applies |
| sessionId | The session ID of the failed over session |
| properties | The properties for the failed over session |
- Since
- 6.6
◆ diffusionSessionPropertiesListenerRegistration:sessionOpened:withProperties:
A new session was opened
- Parameters
-
| registration | The session properties registration for which this listener applies |
| sessionId | The session ID of the opened session |
| properties | The properties for the opened session |
- Since
- 6.5
◆ diffusionSessionPropertiesListenerRegistration:sessionReconnected:withProperties:
A session has reconnected
- Parameters
-
| registration | The session properties registration for which this listener applies |
| sessionId | The session ID of the reconnected session |
| properties | The properties for the reconnected session |
- Since
- 6.6
◆ diffusionSessionPropertiesListenerRegistration:sessionUpdated:withProperties:
A session has been updated
- Parameters
-
| registration | The session properties registration for which this listener applies |
| sessionId | The session ID of the updated session |
| properties | The properties for the updated session |
- Since
- 6.5