Chat SDKs JavaScript v4
Chat SDKs JavaScript
Chat SDKs
JavaScript
Version 4
Close a poll
Copy link
You can close a poll by specifying the pollId
in the closePoll()
method.
JavaScriptTypeScript
You can close a poll by specifying the pollId
in the closePoll()
method.
const poll = await channel.closePoll(pollId);