Zoom H323
- Description:
- Zoom H323
- Source:
Parameters:
Name | Type | Description |
---|---|---|
calloutstatuscb |
function | call out status callback |
Returns:
- Type
- ZoomH323
- Description:
- Zoom H323
- Source:
Parameters:
Name | Type | Description |
---|---|---|
calloutstatuscb |
function | call out status callback |
Returns:
- Type
- ZoomH323
Methods
(inner) H323_CallOutH323(deviceName, deviceIP, deviceE164Num, type) → {Number}
- Description:
- Call out with the assigned H.323 device. If the function succeed, onH323CalloutStatusNotify() will be triggered once the callout status of H.323 device changes.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
deviceName |
String | |
deviceIP |
String | |
deviceE164Num |
String | |
type |
Number |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) H323_CallOutH323(deviceName, deviceIP, deviceE164Num, type) → {Number}
- Description:
- Call out with the assigned H.323 device. If the function succeed, onH323CalloutStatusNotify() will be triggered once the callout status of H.323 device changes.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
deviceName |
String | |
deviceIP |
String | |
deviceE164Num |
String | |
type |
Number |
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) H323_CancelCallOutH323() → {Number}
- Description:
- Cancel current outgoing call.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) H323_CancelCallOutH323() → {Number}
- Description:
- Cancel current outgoing call.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) H323_GetCalloutH323DeviceList() → {Array}
- Description:
- Get the list of the call-out devices supported by the current meeting. The list will be cleared each time the function is called.
- Source:
Returns:
If the function succeed, the return value is the pointer to the list of devices.
Otherwise failed, the return value is an empty list
- Type
- Array
(inner) H323_GetCalloutH323DeviceList() → {Array}
- Description:
- Get the list of the call-out devices supported by the current meeting. The list will be cleared each time the function is called.
- Source:
Returns:
If the function succeed, the return value is the pointer to the list of devices.
Otherwise failed, the return value is an empty list
- Type
- Array
(inner) H323_GetH323Address() → {Array}
- Description:
- Get the list of H.323 call-in number supported by the current meeting.
- Source:
Returns:
If the function succeed, the return value is the pointer to the list of the call-in number. Otherwise failed, the return value is NULL.
- Type
- Array
(inner) H323_GetH323Address() → {Array}
- Description:
- Get the list of H.323 call-in number supported by the current meeting.
- Source:
Returns:
If the function succeed, the return value is the pointer to the list of the call-in number. Otherwise failed, the return value is NULL.
- Type
- Array
(inner) H323_GetH323Password() → {String}
- Description:
- Get the H.323 password for the current meeting.
- Source:
Returns:
If the function succeed, the return value is the H.323 meeting connect password
- Type
- String
(inner) H323_GetH323Password() → {String}
- Description:
- Get the H.323 password for the current meeting.
- Source:
Returns:
If the function succeed, the return value is the H.323 meeting connect password
- Type
- String
(inner) H323_SetH323CallOutStatusCB(calloutstatuscb) → {Boolean}
- Description:
- Set the callback when the calling status of H.323 device changes.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
calloutstatuscb |
function |
Returns:
- Type
- Boolean
(inner) H323_SetH323CallOutStatusCB(calloutstatuscb) → {Boolean}
- Description:
- Set the callback when the calling status of H.323 device changes.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
calloutstatuscb |
function |
Returns:
- Type
- Boolean
Events
onH323CalloutStatusNotify
- Description:
- onH323CalloutStatusNotify
- Source:
Parameters:
Name | Type | Description |
---|---|---|
status |
String |
onH323CalloutStatusNotify
- Description:
- onH323CalloutStatusNotify
- Source:
Parameters:
Name | Type | Description |
---|---|---|
status |
String |