Zoom H323
- Description:
- Zoom H323
- Source:
Parameters:
Name | Type | Description |
---|---|---|
calloutstatuscb |
function | Callback event when the calling status of H.323 device changes. |
Returns:
- Type
- ZoomH323
- Description:
- Zoom H323
- Source:
Parameters:
Name | Type | Description |
---|---|---|
calloutstatuscb |
function | Callback event when the calling status of H.323 device changes. |
Returns:
- Type
- ZoomH323
Methods
(inner) H323_CallOutH323(deviceName, deviceIP, deviceE164Num, type) → {Number}
- Description:
- Call out with the assigned H.323 device.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
deviceName |
String | |
deviceIP |
String | |
deviceE164Num |
String | |
type |
Number |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) H323_CallOutH323(deviceName, deviceIP, deviceE164Num, type) → {Number}
- Description:
- Call out with the assigned H.323 device.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
deviceName |
String | |
deviceIP |
String | |
deviceE164Num |
String | |
type |
Number |
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) H323_CancelCallOutH323() → {Number}
- Description:
- Cancel current outgoing call.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) H323_CancelCallOutH323() → {Number}
- Description:
- Cancel current outgoing call.
- Source:
Returns:
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed.
- Type
- Number
(inner) H323_GetCalloutH323DeviceList() → {Array}
- Description:
- Get the list of the call-out devices supported by the current meeting.
- Source:
Returns:
Returns an array of H.323 device objects. If the function succeeds, each device object contains the following properties:
- name
- ip
- e164Num
- deviceType: H323DeviceType
- Type
- Array
(inner) H323_GetCalloutH323DeviceList() → {Array}
- Description:
- Get the list of the call-out devices supported by the current meeting.
- Source:
Returns:
Returns an array of H.323 device objects. If the function succeeds, each device object contains the following properties:
- name
- ip
- e164Num
- deviceType: H323DeviceType
- 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 succeeds, 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 succeeds, 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 succeeds, 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 succeeds, the return value is the H.323 meeting connect password.
- Type
- String
(inner) H323_SetH323CallOutStatusCB(calloutstatuscb) → {Boolean}
- Description:
- Set calloutstatuscb callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
calloutstatuscb |
function |
Returns:
true or false
- Type
- Boolean
(inner) H323_SetH323CallOutStatusCB(calloutstatuscb) → {Boolean}
- Description:
- Set calloutstatuscb callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
calloutstatuscb |
function |
Returns:
true or false
- Type
- Boolean
Events
onCalloutStatusNotify
- Description:
- Callback event when the calling status of H.323 device changes.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
status |
String | H.323 device calling out status value. |
onCalloutStatusNotify
- Description:
- Callback event when the calling status of H.323 device changes.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
status |
String | H.323 device calling out status value. |