]> sjero.net Git - linphone/blobdiff - coreapi/linphonecall.c
add low bandwidth call param
[linphone] / coreapi / linphonecall.c
index a3709669756b9843a59c285711920132c6ae19fc..95bc621063a5bc616492d02257e6233190526b9d 100644 (file)
@@ -854,6 +854,9 @@ const PayloadType* linphone_call_params_get_used_video_codec(const LinphoneCallP
        return cp->video_codec;
 }
 
+bool_t linphone_call_params_low_bandwidth_enabled(const LinphoneCallParams *cp) {
+       return cp->low_bandwidth;
+}
 /**
  * Returns whether video is enabled.
 **/