OmniClientLiveSessionEvent#

struct OmniClientLiveSessionEvent#

Live session event structure.

Public Members

OmniClientLiveSessionEventType eventType#

Type of live session event.

const char *connectionId#

Connection ID (for all events)

const char *userName#

User name (for Joined event, null otherwise)

const char *appName#

App name (for Joined event, null otherwise)

const void *messageData#

Message data (for Message event, null otherwise)

size_t messageSize#

Message size (for Message event, 0 otherwise)