FreeSWITCH.Native.freeswitch.switch_channel_get_hold_music_partner C# (CSharp) 메소드

switch_channel_get_hold_music_partner() 공개 정적인 메소드

public static switch_channel_get_hold_music_partner ( SWIGTYPE_p_switch_channel channel ) : string
channel SWIGTYPE_p_switch_channel
리턴 string
        public static string switch_channel_get_hold_music_partner(SWIGTYPE_p_switch_channel channel)
        {
            string ret = freeswitchPINVOKE.switch_channel_get_hold_music_partner(SWIGTYPE_p_switch_channel.getCPtr(channel));
            return ret;
        }
freeswitch