| commit | b07e29abeec88035329c5aa1028eed71e8981f85 | [log] [tgz] |
|---|---|---|
| author | q.huang <q.huang@exm.com> | Thu May 25 10:28:32 2023 +0800 |
| committer | q.huang <q.huang@exm.com> | Thu May 25 10:28:32 2023 +0800 |
| tree | 322dac498a98c8a116285b1ae9ac3bb60b28aac4 | |
| parent | 22987e0f96c88b8495824917b00554e12bf1b776 [diff] [blame] |
[Bugfix][API-782][rtp] add 1 set audio parameter for rtp Change-Id: I3b75d4f3e65e6bafd297f3ee06f2c76a2614ab0f
diff --git a/src/lynq/lib/liblynq-call/lynq_call_common.h b/src/lynq/lib/liblynq-call/lynq_call_common.h index 21077df..e65f243 100755 --- a/src/lynq/lib/liblynq-call/lynq_call_common.h +++ b/src/lynq/lib/liblynq-call/lynq_call_common.h
@@ -19,5 +19,5 @@ void urc_ecall_msg_process(Parcel *p); #endif -void lynq_init_rtp(); +int lynq_get_common_request(int request_id, int* status); #endif