Exemplo n.º 1
0
        ///<summary>
        ///	OnIncomingAudioCall
        /// Called when an incoming audio call is detected
        ///</summary>
        private void OnIncomingAudioCall(Conversation conversation)
        {
            Logger.Debug("OnIncomingAudio - called");

            // Remove then show the audio control
            ShowAudioControl(false);
            ShowAudioControl(true);
            conv.StartAudioStream();
        }