Description
The MobileRTC.shared().getMeetingService()?.presentMeetingChatViewController(vc, userId: userId)
method in the iOS Meeting SDK causes the user to be kicked out of the meeting.
Noticed this after upgrading the SDK from v6.1.1.16420 to v6.4.10.25465.
Which iOS Meeting SDK version?
v6.4.10.25465
To Reproduce
Initiate the chat screen to be shown by calling MobileRTC.shared().getMeetingService()?.presentMeetingChatViewController(vc, userId: userId)
.
Smartphone:
- Device: iPhone 11
- OS: iOS 18.3.2
Additional context
Calling MobileRTC.shared().getMeetingService()?.presentParticipantsViewController(vc)
works as expected and doesn’t kick user out of the meeting. But ParticipantsViewController is shown as a modal view controller while the ChatViewController is a full-screen one.