Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call windows is missing? #4

Open
pogarek opened this issue Jan 7, 2022 · 1 comment
Open

Call windows is missing? #4

pogarek opened this issue Jan 7, 2022 · 1 comment

Comments

@pogarek
Copy link

pogarek commented Jan 7, 2022

Hi
How to get a windows with a call : I mean the one with speaker option.
I have the call (outgoing) but how to see the "missing" window? It should work or I need to build a storyboard ?

@softsan
Copy link
Owner

softsan commented Apr 11, 2022

add following after line #59:

AppDelegate.Instance.ActiveCallUUID = new NSUuid();
AppDelegate.Instance.CallManager.StartCall(args["to"], AppDelegate.Instance.ActiveCallUUID);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants