diff --git a/openvidu-node-client/config/typedoc/typedoc.js b/openvidu-node-client/config/typedoc/typedoc.js index f4182b6f..0d42021c 100644 --- a/openvidu-node-client/config/typedoc/typedoc.js +++ b/openvidu-node-client/config/typedoc/typedoc.js @@ -21,6 +21,6 @@ module.exports = { plugin: [ "typedoc-plugin-sourcefile-url", ], - 'sourcefile-url-prefix': "https://github.com/OpenVidu/openvidu/tree/master/openvidu-browser/src/", + 'sourcefile-url-prefix': "https://github.com/OpenVidu/openvidu/tree/master/openvidu-node-client/src/", readme: "none" } \ No newline at end of file diff --git a/openvidu-node-client/docs/classes/openvidu.html b/openvidu-node-client/docs/classes/openvidu.html index 0c134882..088f8cd1 100644 --- a/openvidu-node-client/docs/classes/openvidu.html +++ b/openvidu-node-client/docs/classes/openvidu.html @@ -111,7 +111,7 @@
  • @@ -152,7 +152,7 @@
  • @@ -181,7 +181,7 @@
  • @@ -216,7 +216,7 @@
  • @@ -251,7 +251,7 @@
  • @@ -276,7 +276,7 @@
  • @@ -306,7 +306,7 @@
  • @@ -344,7 +344,7 @@
  • @@ -386,7 +386,7 @@
  • diff --git a/openvidu-node-client/docs/classes/recording.html b/openvidu-node-client/docs/classes/recording.html index 603776e3..a1ed9cd5 100644 --- a/openvidu-node-client/docs/classes/recording.html +++ b/openvidu-node-client/docs/classes/recording.html @@ -122,7 +122,7 @@
  • Parameters

    @@ -144,7 +144,7 @@
    createdAt: number
    @@ -159,7 +159,7 @@
    duration: number = 0
    @@ -174,7 +174,7 @@
    hasAudio: boolean = true
    @@ -189,7 +189,7 @@
    hasVideo: boolean = true
    @@ -204,7 +204,7 @@
    id: string
    @@ -219,7 +219,7 @@
    name: string
    @@ -236,7 +236,7 @@
    recordingLayout: RecordingLayout
    @@ -251,7 +251,7 @@
    sessionId: string
    @@ -266,7 +266,7 @@
    size: number = 0
    @@ -281,7 +281,7 @@
    status: Status
    @@ -296,7 +296,7 @@
    url: string
    diff --git a/openvidu-node-client/docs/classes/session.html b/openvidu-node-client/docs/classes/session.html index 323d199a..8ea652cc 100644 --- a/openvidu-node-client/docs/classes/session.html +++ b/openvidu-node-client/docs/classes/session.html @@ -114,7 +114,7 @@
  • Parameters

    @@ -145,7 +145,7 @@
    properties: SessionProperties
    @@ -155,7 +155,7 @@
    sessionId: string
    @@ -172,7 +172,7 @@
  • @@ -201,7 +201,7 @@
  • diff --git a/openvidu-node-client/docs/enums/mediamode.html b/openvidu-node-client/docs/enums/mediamode.html index 72420be1..127b175a 100644 --- a/openvidu-node-client/docs/enums/mediamode.html +++ b/openvidu-node-client/docs/enums/mediamode.html @@ -89,7 +89,7 @@
    RELAYED: = "RELAYED"
    @@ -104,7 +104,7 @@
    ROUTED: = "ROUTED"
    diff --git a/openvidu-node-client/docs/enums/openvidurole.html b/openvidu-node-client/docs/enums/openvidurole.html index acfb2387..977e5118 100644 --- a/openvidu-node-client/docs/enums/openvidurole.html +++ b/openvidu-node-client/docs/enums/openvidurole.html @@ -90,7 +90,7 @@
    MODERATOR: = "MODERATOR"
    @@ -105,7 +105,7 @@
    PUBLISHER: = "PUBLISHER"
    @@ -120,7 +120,7 @@
    SUBSCRIBER: = "SUBSCRIBER"
    diff --git a/openvidu-node-client/docs/enums/recording.status.html b/openvidu-node-client/docs/enums/recording.status.html index f1314705..8329df32 100644 --- a/openvidu-node-client/docs/enums/recording.status.html +++ b/openvidu-node-client/docs/enums/recording.status.html @@ -95,7 +95,7 @@
    available:
    @@ -112,7 +112,7 @@
    failed:
    @@ -127,7 +127,7 @@
    started:
    @@ -142,7 +142,7 @@
    starting:
    @@ -157,7 +157,7 @@
    stopped:
    diff --git a/openvidu-node-client/docs/enums/recordinglayout.html b/openvidu-node-client/docs/enums/recordinglayout.html index 0539770e..b3cb0931 100644 --- a/openvidu-node-client/docs/enums/recordinglayout.html +++ b/openvidu-node-client/docs/enums/recordinglayout.html @@ -92,7 +92,7 @@
    BEST_FIT: = "BEST_FIT"
    @@ -107,12 +107,12 @@
    CUSTOM: = "CUSTOM"
    -

    Use your own custom recording layout. See Custom recording layouts to learn more

    +

    Use your own custom recording layout. See Custom recording layouts to learn more

    @@ -122,7 +122,7 @@
    HORIZONTAL_PRESENTATION: = "VERTICAL_PRESENTATION"
    @@ -137,7 +137,7 @@
    PICTURE_IN_PICTURE: = "PICTURE_IN_PICTURE"
    @@ -152,7 +152,7 @@
    VERTICAL_PRESENTATION: = "VERTICAL_PRESENTATION"
    diff --git a/openvidu-node-client/docs/enums/recordingmode.html b/openvidu-node-client/docs/enums/recordingmode.html index da91c6e0..6a2d6a78 100644 --- a/openvidu-node-client/docs/enums/recordingmode.html +++ b/openvidu-node-client/docs/enums/recordingmode.html @@ -89,7 +89,7 @@
    ALWAYS: = "ALWAYS"
    @@ -105,7 +105,7 @@
    MANUAL: = "MANUAL"
    diff --git a/openvidu-node-client/docs/interfaces/recordingproperties.html b/openvidu-node-client/docs/interfaces/recordingproperties.html index e1015b38..c7dd2312 100644 --- a/openvidu-node-client/docs/interfaces/recordingproperties.html +++ b/openvidu-node-client/docs/interfaces/recordingproperties.html @@ -98,7 +98,7 @@
    customLayout: string
    @@ -114,7 +114,7 @@
    name: string
    @@ -129,7 +129,7 @@
    recordingLayout: RecordingLayout
    diff --git a/openvidu-node-client/docs/interfaces/sessionproperties.html b/openvidu-node-client/docs/interfaces/sessionproperties.html index 35438d91..94e4ab94 100644 --- a/openvidu-node-client/docs/interfaces/sessionproperties.html +++ b/openvidu-node-client/docs/interfaces/sessionproperties.html @@ -99,7 +99,7 @@
    defaultCustomLayout: string
    @@ -115,7 +115,7 @@
    defaultRecordingLayout: RecordingLayout
    @@ -131,7 +131,7 @@
    mediaMode: MediaMode
    @@ -147,7 +147,7 @@
    recordingMode: RecordingMode
    diff --git a/openvidu-node-client/docs/interfaces/tokenoptions.html b/openvidu-node-client/docs/interfaces/tokenoptions.html index 493e4b6f..ff0cc800 100644 --- a/openvidu-node-client/docs/interfaces/tokenoptions.html +++ b/openvidu-node-client/docs/interfaces/tokenoptions.html @@ -97,7 +97,7 @@
    data: string
    @@ -117,7 +117,7 @@
    diff --git a/openvidu-node-client/src/RecordingLayout.ts b/openvidu-node-client/src/RecordingLayout.ts index 55fa996e..c4b3c4ca 100644 --- a/openvidu-node-client/src/RecordingLayout.ts +++ b/openvidu-node-client/src/RecordingLayout.ts @@ -38,7 +38,7 @@ export enum RecordingLayout { HORIZONTAL_PRESENTATION = 'VERTICAL_PRESENTATION', /** - * Use your own custom recording layout. See [Custom recording layouts](http://openvidu.io/docs/advanced-features/recording#custom-recording-layouts) to learn more + * Use your own custom recording layout. See [Custom recording layouts](/docs/advanced-features/recording#custom-recording-layouts) to learn more */ CUSTOM = 'CUSTOM' }