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

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