public hubproxy(juggle.Ichannel ch, string _uuid, string _hub_name) { _caller = new caller.gate_call_hub(ch); uuid = _uuid; name = _hub_name; }
public hubproxy(juggle.Ichannel ch) { _caller = new caller.gate_call_hub(ch); }