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

Voip outbound/outbound calling #25832

Closed
wants to merge 12 commits into from

Conversation

amolghode1981
Copy link
Contributor

Proposed changes (including videos or screenshots)

Issue(s)

Steps to test or reproduce

Further comments

Description: This is an intial commit for device selection. Description for the changes is as follows:
1. Added new class DeviceManager for enumerating and managing devices.
2. Refactored Stream.ts. Stream management, track addition, removal is now managed thru Stream classes.
3. Added experimental components for verifying the code.
Description: This workspace deals with the fist commit and library changes for outbound calls.
These changes create the necessary code for outbound calling.

This workspace also establishes a rudimentary way to create a room for outbound call.
Description: Adding missing commits.
Description: Correctly setting the call state for outbound call.
Description: Media element was not getting set for remote stream, resulting in
remote stream not being heard. Fixed it.
Description: Added changes for correctly handling system messages for outbound.
Modified ContinuousMonitor to handle DialEnd event. This event is necessary to mark
the success of outbound call. This event is used in omnichannel-voip/service.ts for sending the system message
to a room.
Description: Fixing the room system message failures due to race condition.
Description: Managing Queue names while doing wrapup modal
Description: Fixing the issue with experimental test component
@lgtm-com
Copy link

lgtm-com bot commented Jun 10, 2022

This pull request introduces 2 alerts when merging dd87090 into ca4c020 - view on LGTM.com

new alerts:

  • 1 for Expression has no effect
  • 1 for Unused or undefined state property

MartinSchoeler added a commit that referenced this pull request Jun 23, 2022
Base automatically changed from new/voip-outbound to develop June 28, 2022 16:23
@KevLehman KevLehman closed this Jun 28, 2022
@tassoevan tassoevan deleted the voip-outbound/outbound-calling branch September 28, 2022 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants