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