Some typos fixed

This commit is contained in:
pabloFuente 2018-07-11 17:49:04 +02:00
parent d657033029
commit 41a94c641e
4 changed files with 4 additions and 4 deletions

View File

@ -256,7 +256,7 @@ function updateLayout() {
/**
* --------------------------
* SERVER-SIDE RESPONSABILITY
* SERVER-SIDE RESPONSIBILITY
* --------------------------
* These methods retrieve the mandatory user token from OpenVidu Server.
* This behaviour MUST BE IN YOUR SERVER-SIDE IN PRODUCTION (by using

View File

@ -43,7 +43,7 @@ window.onbeforeunload = function () {
/**
* --------------------------
* SERVER-SIDE RESPONSABILITY
* SERVER-SIDE RESPONSIBILITY
* --------------------------
* These methods retrieve the mandatory user token from OpenVidu Server.
* This behaviour MUST BE IN YOUR SERVER-SIDE IN PRODUCTION (by using

View File

@ -147,7 +147,7 @@ export class AppComponent implements OnDestroy {
/**
* --------------------------
* SERVER-SIDE RESPONSABILITY
* SERVER-SIDE RESPONSIBILITY
* --------------------------
* This method retrieve the mandatory user token from OpenVidu Server,
* in this case making use Angular http API.

View File

@ -176,7 +176,7 @@ function initMainVideo(videoElement, userData) {
/**
* --------------------------
* SERVER-SIDE RESPONSABILITY
* SERVER-SIDE RESPONSIBILITY
* --------------------------
* These methods retrieve the mandatory user token from OpenVidu Server.
* This behaviour MUST BE IN YOUR SERVER-SIDE IN PRODUCTION (by using