From fb132104777e0cd4f1cc7fa7e3e24a9e6847a303 Mon Sep 17 00:00:00 2001 From: Peter Maatman Date: Fri, 1 Nov 2013 11:50:07 +0100 Subject: [PATCH] Update av_api.md --- docs/av_api.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/av_api.md b/docs/av_api.md index 08e05a6d..5e9fee81 100644 --- a/docs/av_api.md +++ b/docs/av_api.md @@ -4,7 +4,10 @@ Take toxmsi/phone.c as a reference Initialization: +''' phone_t* initPhone(uint16_t _listen_port, uint16_t _send_port); +''' + function initializes sample phone. _listen_port and _send_port are variables only meant for local testing. You will not have to do anything regarding to that since everything will be started within a mesenger. @@ -153,4 +156,4 @@ Audio is played on the default OpenAL output device. If you have any more qustions/bug reports/feature request contact the following users on the irc channel #tox-dev on irc.freenode.net: For RTP and MSI: mannol -For audio and video: Martijnvdc \ No newline at end of file +For audio and video: Martijnvdc