@@ -6726,7 +6726,7 @@ void dc_event_unref(dc_event_t* event);
6726
6726
* Otherwise, ringing should end on #DC_EVENT_CALL_ENDED
6727
6727
* or #DC_EVENT_INCOMING_CALL_ACCEPTED
6728
6728
*
6729
- * @param data1 (int) msg_id ID of the info-message referring to the call,
6729
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6730
6730
*/
6731
6731
#define DC_EVENT_INCOMING_CALL 2550
6732
6732
@@ -6736,6 +6736,8 @@ void dc_event_unref(dc_event_t* event);
6736
6736
*
6737
6737
* The event is sent unconditionally when the corresponding message is received.
6738
6738
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6739
+ *
6740
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6739
6741
*/
6740
6742
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
6741
6743
@@ -6744,6 +6746,8 @@ void dc_event_unref(dc_event_t* event);
6744
6746
*
6745
6747
* The event is sent unconditionally when the corresponding message is received.
6746
6748
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6749
+ *
6750
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6747
6751
*/
6748
6752
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
6749
6753
@@ -6752,6 +6756,8 @@ void dc_event_unref(dc_event_t* event);
6752
6756
*
6753
6757
* The event is sent unconditionally when the corresponding message is received.
6754
6758
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6759
+ *
6760
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6755
6761
*/
6756
6762
#define DC_EVENT_CALL_ENDED 2580
6757
6763
0 commit comments