Azure / Communication

Azure Communication Services - SDKs and Release Notes
MIT License
320 stars 99 forks source link

iOS: GetServerCallIdWithCompletionHandler throws an error most of the time #362

Open tompi opened 3 years ago

tompi commented 3 years ago

When trying to get the "Server call id", I get this error:

Error Domain=ACSCallingShared Code=90 "Invalid server call Id because it's empty or has invalid values."

I managed to get a value ONCE, out of maybe 10 attempts...

Using v 1.1.0-beta.1 of the Call sdk.

Smartphone (please complete the following information):

I tried uploading blog from app session that failed: acs_sdk_blog.zip

tompi commented 3 years ago

Update: Seems like it works if I wait around 1 second after call goes through. Also tried 500ms, but seems I need to wait 1 second...

RinaRish commented 3 years ago

Thanks, @tompi for reporting the issue. We are taking a look.

RinaRish commented 3 years ago

AB#2568190

puneetparas commented 1 year ago

Solved-> you can get it only if you are in call with other-person, except this you will always get error, so you must be in call with other

ccrazycoder commented 1 month ago

Is there any success here ?