Regarding the "Invite users as members" feature, I have a question

I would appreciate it if you could let me know how I can modify the code below to use it to invite new IDs to a group channel that has already been created.

===>
var userIds = [‘John’, ‘Harry’];

groupChannel.inviteWithUserIds(userIds, function(response, error) {
if (error) {
// Handle error.
}

...

});

Hi

I don’t know what you’re curious about. If you refer to the code sample, there will be helpful information.
Please refer to each platform sample.

JavaScript : GitHub - sendbird/sendbird-javascript-samples: A guide of the installation and functions of Sendbird Chat, UIKit, and SyncManager for JavaScript samples.
Android : GitHub - sendbird/SendBird-Android: A guide of the installation and functions of Sendbird Chat, and SyncManager for Android samples.
iOS : GitHub - sendbird/SendBird-iOS: A guide of the installation and functions of Sendbird Chat, UIKit, and SyncManager for iOS in Objective-C samples.