Regarding conference talking

I have a one question to you
How to get all participants users by api if conference speaking has done.
It seems like that any information about all participants in follows api spec

https://marketplace.zoom.us/docs/api-reference/phone/methods/#operation/accountCallLogs

Hi @kikuchi_hiroyuki
thanks for reaching out to the Zoom Developer forum, I am happy to help here!
With the endpoint you have shared, you will be able to get all the call_logs from the account

You could also benefit from using the Get call logs details: https://marketplace.zoom.us/docs/api-reference/phone/methods/#operation/getCallLogDetails

Or event Get user’s call logs if you want to narrow it down to a specific user: https://marketplace.zoom.us/docs/api-reference/phone/methods/#operation/phoneUserCallLogs

Hope this helps,
Elisa

@elisa.zoom

Thank you for your answered
But it seems like that your answered is not little bit expected for me
I think that my questions was not enough!
I’m sorry for my inconvenience

I mean, if the caller or callee calls new number during speaking by clicking add call button on the call controls, zoom phone api provides all participants speaker on the call logs.
From my point of view, it seems like that call logs api doesn’t provide it.

But from my point of view, it seems like that webhook notifies outcoming event even though speaking.
I think that all participants speaker wii be notified in phone.caller_call_log_completed

Is is correct my view point