]> sjero.net Git - linphone/blobdiff - coreapi/sal_eXosip2.h
implement new apis to control video enablement during calls.
[linphone] / coreapi / sal_eXosip2.h
index f2577ee00c650b5c82787dbf86267c4b976ee5e1..75dd7e58c945b73b03fc345edf72c31d8421e866 100644 (file)
@@ -65,13 +65,13 @@ struct SalOp{
                                to retrieve the operation when receiving a response*/
        char *replaces;
        char *referred_by;
+       const SalAuthInfo *auth_info;
        bool_t supports_session_timers;
        bool_t sdp_offering;
        bool_t reinvite;
        bool_t masquerade_via;
        bool_t auto_answer_asked;
        bool_t terminated;
-       const SalAuthInfo *auth_info;
 };
 
 void sal_remove_out_subscribe(Sal *sal, SalOp *op);