Chat messages are not sent from iOS Meeting SDK

Hi @noob,

Are you still experiencing this issue? If so, we think this may be an issue of trying to send messages too frequently. Messages should only be sent once every 500ms. If you think you are not going over this limit, please provide the SDK logs after testing with the latest version so we can investigate further.

Thanks!

I have the same problem as the one described by @noob: Messages sent with the Zoom Meeting SDK do not show up on connected Zoom clients, only on the device running the Meeting SDK.

func send(_ message: String) {
if let result = meetingService?.sendChat(to: MobileRTCChatGroup(0), withContent: message) {
print(result.rawValue)
}
}

The result here is 0, meaning success, and I also receive a callback in

on(inMeetingChat messageID: String)

OS: iOS 15
Device: iOS Simulator
SDK version: 5.10.1.3038