Ejemplo n.º 1
0
    public void stopListening()
    {
        Debug.Log("stop listening");

        Bonjour.StartLookup("stoplisten", "second");
        Debug.Log("making the first call");
    }
Ejemplo n.º 2
0
    public void makeTheCall()
    {
        Debug.Log("making the first call");

        Bonjour.StartLookup("listen", "second");
        Debug.Log("making the first call");
    }
Ejemplo n.º 3
0
    public void makeTheCall(string service, string domain)
    {
        //if (!isMac) {

        Bonjour.StartLookup(service, domain);
        //}
    }
Ejemplo n.º 4
0
 public void turnOffVideoRecord()
 {
     Bonjour.StartLookup("VideoRecordOff", "second");
 }