Skip to content

Commit

Permalink
frontend: Added openvidu-browser-v2compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Jun 24, 2024
1 parent be136aa commit ee23e3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openvidu-call-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@angular/platform-browser-dynamic": "17.3.9",
"@angular/router": "17.3.9",
"core-js": "^3.26.0",
"openvidu-angular": "2.30.0",
"openvidu-angular-v2compatibility": "^3.0.0-dev5",
"rxjs": "7.5.7",
"unique-names-generator": "^4.7.1",
"zone.js": "0.14.6"
Expand Down
2 changes: 1 addition & 1 deletion openvidu-call-front/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { HomeComponent } from './components/home/home.component';

// OpenVidu Angular
import { HTTP_INTERCEPTORS } from '@angular/common/http';
import { OpenViduAngularConfig, OpenViduAngularModule } from 'openvidu-angular';
import { OpenViduAngularConfig, OpenViduAngularModule } from 'openvidu-angular-v2compatibility';
import { AdminDashboardComponent } from './components/admin-dashboard/admin-dashboard.component';
import { HttpRequestInterceptor } from './services/http-interceptor.service';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
RecordingService,
RecordingStatus,
TokenModel
} from 'openvidu-angular';
} from 'openvidu-angular-v2compatibility';

import { RestService } from '../../services/rest.service';

Expand Down
2 changes: 1 addition & 1 deletion openvidu-call-front/src/app/services/rest.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { HttpClient, HttpHeaders } from '@angular/common/http';
import { Injectable } from '@angular/core';
import { RecordingInfo } from 'openvidu-angular';
import { RecordingInfo } from 'openvidu-angular-v2compatibility';
import { lastValueFrom } from 'rxjs';

interface SessionResponse {
Expand Down

0 comments on commit ee23e3f

Please sign in to comment.