MatrixEventCallHangup

MatrixEventCallHangup — 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.

Functions

Types and Values

Description

Functions

MATRIX_EVENT_TYPE_CALL_HANGUP

#define MATRIX_EVENT_TYPE_CALL_HANGUP (matrix_event_call_hangup_get_type ())

The type for MatrixEventCallHangup.


matrix_event_call_hangup_new ()

MatrixEventCallHangup *
matrix_event_call_hangup_new (void);

Types and Values

struct 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

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.

Members

MatrixEventCallClass parent_class;

the parent class structure