Can Zoom Video SDK support one to one chat and group chat without creating session?

Using the Flutter SDK you have two methods:

  • sendChatToAll
    Call this method to send a chat message to all users.

  • sendChatToUser
    Call this method to send a chat message to a specific user.