diff options
author | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2017-06-02 22:07:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-02 22:07:34 +0200 |
commit | 9c2b349424c49cd94e18c788e6fe9527d04be5d1 (patch) | |
tree | c295c3ec91f5ee51ff8bb482d9865e125fe1128c /test/main.c | |
parent | 0338f6dca9ed181c2e182c7bf8185c23ec880adb (diff) |
add RTP Header extension for Client-to-Mixer Audio Level Indication (#264)
* add RTP Header extension for Client-to-Mixer Audio Level Indication
https://tools.ietf.org/html/rfc6464
requires libre from this commit or later:
https://github.com/creytiv/re/commit/1544a1e375c76a80084b411d21b0431f95e9cdfb
* fix warnings
* fix warnings
* minor cleanup
Diffstat (limited to 'test/main.c')
-rw-r--r-- | test/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.c b/test/main.c index f443dcb..aa56420 100644 --- a/test/main.c +++ b/test/main.c @@ -33,6 +33,7 @@ static const struct test tests[] = { TEST(test_call_multiple), TEST(test_call_max), TEST(test_call_dtmf), + TEST(test_call_aulevel), #ifdef USE_VIDEO TEST(test_call_video), #endif |