Skip to content

startMeeting is not working for iOS 26.1 #518

@kudak

Description

@kudak

Hello,

I'm starting a temi Meeting like this:

val user = Participant( peerId = "MYID", platform = Platform.MOBILE )
val participants = listOf(user)
Robot.getInstance().startMeeting( participants = participants, firstParticipantJoinedAsHost = true, blockRobotInteraction = true )

It works for Android 16 without any problems.
With iOS 26.1, only the following message is displayed in the temi app (1.136.0):
"Please wait, the meeting host will let you in soon..."

Is this a bug, or do I need to start the meeting in a different way?
Maybe the same bug as in #508

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions