Package papyon :: Package event :: Module invite :: Class InviteEventInterface

Class InviteEventInterface

source code

        object --+    
                 |    
BaseEventInterface --+
                     |
                    InviteEventInterface

Instance Methods
 
__init__(self, client)
Initializer
source code
 
on_invite_conversation(self, conversation)
Called when we get invited into a conversation
source code
 
on_invite_webcam(self, session, producer)
Called when we get invited into a webcam conversation
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, client)
(Constructor)

source code 

Initializer

Parameters:
  • client (Client) - the client we want to be notified for its events
Overrides: object.__init__

on_invite_conversation(self, conversation)

source code 

Called when we get invited into a conversation

Parameters:

on_invite_webcam(self, session, producer)

source code 

Called when we get invited into a webcam conversation

Parameters:
  • session (WebcamSession) - the session