Quantcast
Channel: Microsoft Unified Communications Managed API SDK forum
Viewing all articles
Browse latest Browse all 889

how to re-establish connection between end users in UCMA?

$
0
0

after remote user closed his Lync chat window, the state of conversation is Terminated. how can i reestablish them?

what is wrong with my doing?( it throws "The operation is invalid in the current object state (Terminated)")

any return will be appreciated.

void conversation_StateChanged(object sender, StateChangedEventArgs<ConversationState> e)        {            if (e.State == ConversationState.Terminated)            {                _terminated = true;            }            if (e.State == ConversationState.Established)            {                _terminated = false;            }        }
if (_terminated)                {                    imCall.BeginEstablish(nullnull, (ar) =>                    {                        flow = imCall.Flow;                        _callEstablishComplete.Set();                    }, null);                    _callEstablishComplete.WaitOne();                }

Viewing all articles
Browse latest Browse all 889

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>