Skip to content

feat: upgrade 100ms video conferencing#2344

Open
Prerna290 wants to merge 21 commits intocommudle:release/testfrom
Prerna290:feat/upgrade-100ms-video-conferencing
Open

feat: upgrade 100ms video conferencing#2344
Prerna290 wants to merge 21 commits intocommudle:release/testfrom
Prerna290:feat/upgrade-100ms-video-conferencing

Conversation

@Prerna290
Copy link
Contributor

PR Template

Type

  • Fix
  • Refactor
  • Style
  • Docs
  • Feat
  • Hotfix
  • Merge
  • Revamp
  • Chore

Description

Screenshots

Testing

Bundle Size

@Prerna290 Prerna290 force-pushed the feat/upgrade-100ms-video-conferencing branch from 5716c4d to f2722f6 Compare March 5, 2026 09:49
@Prerna290 Prerna290 force-pushed the feat/upgrade-100ms-video-conferencing branch from 43ec4d9 to 1059d90 Compare March 13, 2026 05:24
Comment on lines +183 to +188
HMS_HLS: {
START_HLS: 'api/v2/hms_hls/start_hls', //POST
STOP_HLS: 'api/v2/hms_hls/stop_hls', //POST
GET_PLAYBACK_URL: 'api/v2/hms_hls/get_playback_url', //GET
},

Copy link
Contributor

Choose a reason for hiding this comment

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

The nesting should be HMS: {route_type_1: {}, HLS: {}}

@ArshdeepGrover @Prerna290

})
export class LocalMediaService {
private audioInputDeviceId: BehaviorSubject<string> = new BehaviorSubject<string>('default');
private audioInputDeviceId = new BehaviorSubject<string>('default');
Copy link
Contributor

Choose a reason for hiding this comment

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

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.

3 participants