The leaveGroup function is used to leave any joined group.
leaveGroup
The function takes the following parameters :
sessionId : Unique SessionId which is received in the authenticate function response.
groupId : Group Id of the Group.
response = bayunCore.leaveGroup("<sessionId>", "<groupId>") sessionId = response.sessionId
Last updated 5 years ago