Closed oussamaelhajoui closed 3 years ago
@oussamaelhajoui please look to our Conference Calls sample for getting an example of work with our SDK, here part with creation the session.
Okay but i have a question @TatankaConCube when rejoining a using the method joinDialog(roomid)
i can hear the oppesite person but the mic of the device that rejoined the dialog does not work.
Could you maybe know why this is happening?
when rejoining a roomid i can hear the person but the mic does not work.
please create a new ticket with this issue and add more details for a better understanding of your issue
If the current issue no more actual, please close it.
Platform (use [x]) [ ] Android [X] iOS
Device info Manufacture: APPLE Model: IPHONE 12 pro OS version: 14.3
throws the following error
Logs:
Actual result: Can't place calls.
Expected behavior: Should return a session, so i can use it to place conference calls.
Additional info The documentation shows that i should not even use the await keyword but the method is a future and you cant just get the value from the future. it looks like the documentation has some holes?