webhooks state is RECORDING_MEETING_COMPLETED not call our api,
|
but STARTED state ,ENDED state called our apis,
|
|
|
only RECORDING_MEETING_COMPLETED not call our api
|
;
回调 事件 无法触发这个状态 “RECORDING_MEETING_COMPLETED”,started,ended 均可以自动触发,但是RECORDING_MEETING_COMPLETED 没有触发导致系统无法进行下去,希望尽快解决
联系方式 hegaoye@qq.com 15565063433
Hi Ponddy,
Working on clarifying that in the docs, it appears for recording notifications you have to turn on another setting
https://github.com/zoom/api/commit/a9082018dfefa1dbef72b9fc8672158e7df81a98
I’ve gone to Credential page and click Enable Push Notifications.
I’ve setted on the Account Settings page.
and enable the option:
Push notification to subscription URL when a cloud recording is available
but ,
the status is started I can get params,
the status is ended I can get params,
But the status is RECORDING_MEETING_COMPLETED I can get null of params .
id is null
uuid is null
status is null
host_id is null
what’s the matter ?
should I set some options ?
please give me a hand ,thks.