EmbeddedClient.on() does not exists

Following documents describes EmbeddedClient.on method, but actually, EmbeddedClient instance does not have “on” method.

I’m using the latest @zoomus/websdk 2.6.0.

which documentation you mean?

this one?

@j.schoenemeyer
I’m referring following documents.
EmbeddedClient | ZOOM Web SDK Components

Thank you.

@yoshiokatsuneo ,

Can you share a screenshot of how you are using the “on” method in your implementation?

@donte.zoom I’m not using the “on” method because the “on” method does not exists like attached image.
I can test using Chrome developer tool like below.

> client = ZoomMtgEmbedded.createClient()
EG {init: ƒ, join: ƒ, getCurrentUser: ƒ, getCurrentMeetingInfo: ƒ, getAttendeeslist: ƒ, …}
> client.on
undefined

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.