Пример #1
0
    public void stopListening()
    {
        Debug.Log("stop listening");

        Bonjour.StartLookup("stoplisten", "second");
        Debug.Log("making the first call");
    }
Пример #2
0
    public void makeTheCall()
    {
        Debug.Log("making the first call");

        Bonjour.StartLookup("listen", "second");
        Debug.Log("making the first call");
    }
Пример #3
0
    public void makeTheCall(string service, string domain)
    {
        //if (!isMac) {

        Bonjour.StartLookup(service, domain);
        //}
    }
Пример #4
0
 public void turnOffVideoRecord()
 {
     Bonjour.StartLookup("VideoRecordOff", "second");
 }