FreeSWITCH.Native.freeswitch.switch_core_session_get_partner C# (CSharp) Method

switch_core_session_get_partner() public static method

public static switch_core_session_get_partner ( SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_p_switch_core_session partner ) : switch_status_t
session SWIGTYPE_p_switch_core_session
partner SWIGTYPE_p_p_switch_core_session
return switch_status_t
        public static switch_status_t switch_core_session_get_partner(SWIGTYPE_p_switch_core_session session, SWIGTYPE_p_p_switch_core_session partner)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_session_get_partner(SWIGTYPE_p_switch_core_session.getCPtr(session), SWIGTYPE_p_p_switch_core_session.getCPtr(partner));
            return ret;
        }
freeswitch