According to the docs the way to leave a channel is to call getLeaveGroupChannel
via sendbirdSelectors but I can’t see it in the Typescript document.
I can see a getLeaveChannel
:
but when I try to call it I get this error:
versions:
“@sendbird/uikit-react”: “3.1.1”,
“sendbird”: “3.1.8”,
“react”: “18.1.0”,
Is there some other way to leave a channel or are the bindings just wrong?