You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Ensure that you use a valid `uuid`using the uuid library as shown in the examples (not a custom string), otherwise the incoming call screen will never be shown on iOS.
671
+
- Ensure that you construct a valid `uuid`by importing the `uuid` library and running `uuid.v4()`as shown in the examples. If you don't do this and use a custom string, the incoming call screen will never be shown on iOS.
0 commit comments