Quitter la conversation
Product deprecation notice
Effective April 30th, 2026, Vonage In-App Messaging will no longer be available. Access for new users will be closed, and the service will be discontinued for all existing users.
If you have any questions regarding this product’s discontinuation, please contact your account manager or our support team.
Ce guide décrit la procédure à suivre pour quitter une conversation.
NOTE: A step-by-step tutorial to build a chat application is available here.
Si vous êtes déjà membre d'une conversation, vous pouvez cesser d'y participer activement en quittant la conversation :
[self.conversation leave:^(NSError * _Nullable error) {
if (error) {
NSLog(@"Error leaving conversation: %@", error);
return;
}
NSLog(@"Conversation left.");
}];