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

Feature/main webrtc 2356 hold unhold for demo app #360

Merged

Conversation

wojciechowskiradek
Copy link
Collaborator

WebRTC-2356 - Implement Hold and Unhold for Android Demo App.

User is able to hold current call, when the other call is incoming. Number of holded calls is unlimited.

Copy link
Contributor

@Oliver-Zimmerman Oliver-Zimmerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One note that you flagged. I agree on removing it.

@@ -148,15 +149,29 @@ class MainViewModel @Inject constructor(
if (currentCall != null) {
telnyxClient?.endCall(currentCall?.callId!!)
}
//dev note - do we need it???
currentCall?.endCall(currentCall?.callId!!)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems a bit strange to do it in both places? I believe they are referencing the same call? I believe we can remove it.

Copy link
Collaborator Author

@wojciechowskiradek wojciechowskiradek Dec 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I will change comment and push changes again

Copy link
Contributor

@Oliver-Zimmerman Oliver-Zimmerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet, we can address that comment when we refactor

@wojciechowskiradek wojciechowskiradek merged commit a917602 into main Dec 6, 2024
3 checks passed
@wojciechowskiradek wojciechowskiradek deleted the feature/main_WEBRTC-2356_hold_unhold_for_demo_app branch December 6, 2024 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants