Ejemplo n.º 1
0
    // Start is called before the first frame update
    public void Call()
    {
        twilio.MakeCall(onlineUrlToSpeechXML);

        Globals.instance.textToSpeech.StartSpeaking("Starting emergency call!");
        Globals.instance.textCycler.strings.Add("Starting emergency call!");
    }