示例#1
0
 def __init__(
     self,
     manager,
     protocol,
     account,
     muc_id,
     conference_server,
     found_peer_callback=None,
     disapeared_peer_callback=None,
 ):
     TubeConsumerMixin.__init__(
         self, found_peer_callback=found_peer_callback, disapeared_peer_callback=disapeared_peer_callback
     )
     Client.__init__(self, manager, protocol, account, muc_id, conference_server)
示例#2
0
 def __init__(self, manager, protocol, account, muc_id, conference_server, tubes_to_offer):
     TubePublisherMixin.__init__(self, tubes_to_offer)
     Client.__init__(self, manager, protocol, account, muc_id, conference_server)