Avaya Client Services API Reference (OS X)
Instance Methods | Properties | List of all members
<CSVideoInterfaceDelegate> Protocol Reference

#import <CSVideoInterface.h>

Inherits <NSObject>.

Instance Methods

(void) - videoInterface:onVideoInactiveForChannelId:
 Occurs 3 seconds after conference server stops sending video. More...
 
(void) - videoInterface:onVideoResumedForChannelId:
 Occurs when conference server continues sending video. More...
 

Properties

bool bVideoIsReceiving
 

Method Documentation

- (void) videoInterface: (id< CSVideoInterface >)  videoInterface
onVideoInactiveForChannelId: (int)  nChannelId 
optional

Occurs 3 seconds after conference server stops sending video.

WARNING!!! Unlike other Client Services callbacks, this event is NOT queued for delivery through the client.ProcessCallbacks() method. Therefore, the application must do the work to process this event on the proper application thread.

Parameters
videoInterfaceThe interface sending the message.
nChannelIdID of the channel associated with the video stream (used by media and signaling engines and client app)
- (void) videoInterface: (id< CSVideoInterface >)  videoInterface
onVideoResumedForChannelId: (int)  nChannelId 
optional

Occurs when conference server continues sending video.

WARNING!!! Unlike other Client Services callbacks, this event is NOT queued for delivery through the client.ProcessCallbacks() method. Therefore, the application must do the work to process this event on the proper application thread.

Parameters
videoInterfaceThe interface sending the message.
nChannelIdID of the channel associated with the video stream (used by media and signaling engines and client app)

Property Documentation

- (bool) bVideoIsReceiving
readwriteoptionalnonatomicassign

The documentation for this protocol was generated from the following file: