|
OpenSDK
V4.2.0
|
Functions | |
| OPENSDK_API OPENSDK_RESULT CALLBACK | OpenSDK_StartVoiceTalkEx (const char *szSessionId, const char *szDevSerial, const int iChannelNo) |
| Start Two-way audio, talking with multiple devices is not supported. More... | |
| OPENSDK_API OPENSDK_RESULT CALLBACK | OpenSDK_StopVoiceTalk (const char *szSessionId) |
| Stop Two-way audio. More... | |
| OPENSDK_API OPENSDK_RESULT CALLBACK OpenSDK_StartVoiceTalkEx | ( | const char * | szSessionId, |
| const char * | szDevSerial, | ||
| const int | iChannelNo | ||
| ) |
Start Two-way audio, talking with multiple devices is not supported.
| [in] | szSessionId | Session ID |
| [in] | szAccessToken | Token verification |
| [in] | szDevSerial | Device serial No. |
| [in] | iChannelNo | Device channel No. |
| OPENSDK_API OPENSDK_RESULT CALLBACK OpenSDK_StopVoiceTalk | ( | const char * | szSessionId | ) |
Stop Two-way audio.
| [in] | szSessionId | Session ID |
1.8.9.1