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