private void StartCall() { GlobalFlowControl.TelepresenceMode = true; GlobalFlowControl.IsRoving = false; ChatModule.End(); //GlobalFlowControl.SendToBase("Telepresence", "StartTele"); }
private void StartGuidedTour(string status) { if (status == "StartTour") { ChatModule.End(); } }