Top |
MatrixEventCallAnswerMatrixEventCallAnswer — This event is sent by the callee when they wish to answer the call. |
#define MATRIX_EVENT_TYPE_CALL_ANSWER (matrix_event_call_answer_get_type ())
The type for MatrixEventCallAnswer.
MatrixCallAnswerType
matrix_event_call_answer_get_answer_type
(MatrixEventCallAnswer *self
);
Get and return the current value of the "answer-type" property.
The type of session description.
void matrix_event_call_answer_set_answer_type (MatrixEventCallAnswer *self
,MatrixCallAnswerType value
);
Set the value of the "answer-type" property to value
.
The type of session description.
self |
the MatrixEventCallAnswer instance to modify |
|
value |
the new value of the "answer-type" property |
const gchar *
matrix_event_call_answer_get_answer_sdp
(MatrixEventCallAnswer *self
);
Get and return the current value of the "answer-sdp" property.
The SDP text of the session description.
void matrix_event_call_answer_set_answer_sdp (MatrixEventCallAnswer *self
,const gchar *value
);
Set the value of the "answer-sdp" property to value
.
The SDP text of the session description.
self |
the MatrixEventCallAnswer instance to modify |
|
value |
the new value of the "answer-sdp" property |
struct MatrixEventCallAnswer { MatrixEventCall parent_instance; MatrixEventCallAnswerPrivate * priv; };
This event is sent by the callee when they wish to answer the call.
struct MatrixEventCallAnswerClass { MatrixEventCallClass parent_class; };
The class structure for MATRIX_EVENT_TYPE_CALL_ANSWER
. All the fields in this structure are private and should never be accessed directly.