|
Methods.AcceptVideoCall |
Top Previous Next |
|
procedure AcceptVideoCall(CallToken: String; OutputWindow: HWND; UserData: Pointer = Nil); - Delphi syntax
Description Accepts the incoming VIDEO call. CallToken specifies the ID of call. OutputWindow handle specifies the video output window handle. UserData specifies user data associated with call.
Developer can check if the incoming call is video through method IsVideoCall
|