Top |
MatrixEventCallHangupMatrixEventCallHangup — Sent by either party to signal their termination of the call. This can be sent either once the call has has been established or before to abort the call. |
#define MATRIX_EVENT_TYPE_CALL_HANGUP (matrix_event_call_hangup_get_type ())
The type for MatrixEventCallHangup.
struct MatrixEventCallHangup { MatrixEventCall parent_instance; MatrixEventCallHangupPrivate * priv; };
Sent by either party to signal their termination of the call. This can be sent either once the call has has been established or before to abort the call.
struct MatrixEventCallHangupClass { MatrixEventCallClass parent_class; };
The class structure for MATRIX_EVENT_TYPE_CALL_HANGUP
. All the fields in this structure are private and should never be accessed directly.