Package papyon :: Package event :: Module webcam :: Class WebcamEventInterface

Class WebcamEventInterface

source code

        object --+    
                 |    
BaseEventInterface --+
                     |
                    WebcamEventInterface

Instance Methods
 
__init__(self, session)
Initializer
source code
 
on_webcam_viewer_data_received(self)
Called when we received viewer data
source code
 
on_webcam_accepted(self)
Called when our invitation got accepted
source code
 
on_webcam_rejected(self)
Called when our invitation got rejected
source code
 
on_webcam_paused(self)
Called when the webcam is paused
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, session)
(Constructor)

source code 

Initializer

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