diff --git a/classes/Mynaparrot-Plugnmeet-PlugNmeet.html b/classes/Mynaparrot-Plugnmeet-PlugNmeet.html index 263ece4..54da087 100644 --- a/classes/Mynaparrot-Plugnmeet-PlugNmeet.html +++ b/classes/Mynaparrot-Plugnmeet-PlugNmeet.html @@ -118,7 +118,7 @@

@@ -294,6 +294,13 @@

Generate token to download recording
+
+ getRecordingInfo() + +  : RecordingInfoResponse +
+
To get recording info
+
getUUID() @@ -345,7 +352,7 @@

@@ -378,7 +385,7 @@

@@ -411,7 +418,7 @@

@@ -444,7 +451,7 @@

@@ -477,7 +484,7 @@

@@ -515,7 +522,7 @@

@@ -576,7 +583,7 @@

@@ -622,7 +629,7 @@

@@ -674,7 +681,7 @@

@@ -720,7 +727,7 @@

@@ -766,7 +773,7 @@

@@ -812,7 +819,7 @@

@@ -858,7 +865,7 @@

@@ -904,7 +911,7 @@

@@ -950,7 +957,7 @@

@@ -996,7 +1003,7 @@

@@ -1032,7 +1039,7 @@

@@ -1078,7 +1085,7 @@

@@ -1113,7 +1120,7 @@

@@ -1159,7 +1166,7 @@

@@ -1227,7 +1234,7 @@

@@ -1258,6 +1265,52 @@

Return values
RecordingDownloadTokenResponse + +
@@ -1309,7 +1362,7 @@

@@ -1355,7 +1408,7 @@

@@ -1533,6 +1586,7 @@

Return values
  • getJoinToken()
  • getJWTencodedData()
  • getRecordingDownloadToken()
  • +
  • getRecordingInfo()
  • getUUID()
  • isRoomActive()
  • sendRequest()
  • diff --git a/classes/Mynaparrot-Plugnmeet-RecordingInfoParameters.html b/classes/Mynaparrot-Plugnmeet-RecordingInfoParameters.html new file mode 100644 index 0000000..32a1e9d --- /dev/null +++ b/classes/Mynaparrot-Plugnmeet-RecordingInfoParameters.html @@ -0,0 +1,541 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
    +

    Documentation

    + + + + + +
    + +
    +
    + + + + +
    +
    + + +
    +

    + RecordingInfoParameters + + +
    + in package + +
    + + +

    + +
    + + +
    + + + + + + + + + +

    + Table of Contents + + +

    + + + + + + + + + +

    + Properties + + +

    +
    +
    + $recordId + +  : string +
    + +
    + +

    + Methods + + +

    +
    +
    + __construct() + +  : mixed +
    + +
    + buildBody() + +  : array<string|int, mixed> +
    + +
    + getRecordId() + +  : string +
    + +
    + setRecordId() + +  : void +
    + +
    + + + + + + + +
    +

    + Properties + + +

    + +
    + +
    +

    + Methods + + +

    + +
    +

    + buildBody() + + +

    + + + + + public + buildBody() : array<string|int, mixed> + +
    +
    + + + + +
    +
    Return values
    + array<string|int, mixed> +
    + +
    +
    +

    + getRecordId() + + +

    + + + + + public + getRecordId() : string + +
    +
    + + + + +
    +
    Return values
    + string +
    + +
    +
    +

    + setRecordId() + + +

    + + + + + public + setRecordId(string $recordId) : void + +
    +
    + +
    Parameters
    +
    +
    + $recordId + : string +
    +
    + +
    +
    + + + + +
    +
    + +
    +
    +
    +
    +
    
    +        
    + +
    +
    + + + +
    +
    +
    + +
    + On this page + + +
    + +
    +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/classes/Mynaparrot-Plugnmeet-Responses-RecordingInfoResponse.html b/classes/Mynaparrot-Plugnmeet-Responses-RecordingInfoResponse.html new file mode 100644 index 0000000..37c760b --- /dev/null +++ b/classes/Mynaparrot-Plugnmeet-Responses-RecordingInfoResponse.html @@ -0,0 +1,633 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
      +

      Documentation

      + + + + + +
      + +
      +
      + + + + +
      +
      + + +
      +

      + RecordingInfoResponse + + + extends BaseResponse + + +
      + in package + +
      + + +

      + +
      + + +
      + + + + + + + + + +

      + Table of Contents + + +

      + + + + + + + + + +

      + Properties + + +

      +
      +
      + $rawResponse + +  : object +
      + +
      + +

      + Methods + + +

      +
      +
      + __construct() + +  : mixed +
      + +
      + getRawResponse() + +  : object +
      + +
      + getRecordingInfo() + +  : RecordingInfo|null +
      + +
      + getResponseMsg() + +  : string +
      + +
      + getRoomInfo() + +  : PastRoomInfo|null +
      + +
      + getStatus() + +  : bool +
      + +
      + + + + + + + +
      +

      + Properties + + +

      +
      +

      + $rawResponse + + + + +

      + + + + + protected + object + $rawResponse + + + + + + +
      +
      + +
      +

      + Methods + + +

      +
      +

      + __construct() + + +

      + + + + + public + __construct(object $rawResponse) : mixed + +
      +
      + +
      Parameters
      +
      +
      + $rawResponse + : object +
      +
      + +
      +
      + + + + +
      +
      +

      + getRawResponse() + + +

      + + + + + public + getRawResponse() : object + +
      +
      + + + + +
      +
      Return values
      + object +
      + +
      + +
      +

      + getResponseMsg() + + +

      + + + + + public + getResponseMsg() : string + +
      +
      + + + + +
      +
      Return values
      + string +
      + +
      + +
      +

      + getStatus() + + +

      + + + + + public + getStatus() : bool + +
      +
      + + + + +
      +
      Return values
      + bool +
      + +
      +
      + +
      +
      +
      +
      +
      
      +        
      + +
      +
      + + + +
      +
      +
      + +
      + On this page + + +
      + +
      +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/files/src-recordinginfoparameters.html b/files/src-recordinginfoparameters.html new file mode 100644 index 0000000..924e014 --- /dev/null +++ b/files/src-recordinginfoparameters.html @@ -0,0 +1,271 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
        +

        Documentation

        + + + + + +
        + +
        +
        + + + + +
        +
        +
          +
        + +
        +

        RecordingInfoParameters.php

        + + + + + + + +

        + Table of Contents + + +

        + + + + +

        + Classes + + +

        +
        +
        RecordingInfoParameters
        + + + + + + + + + + + + + +
        +
        +
        +
        +
        
        +        
        + +
        +
        + + + +
        +
        +
        + +
        + On this page + +
          +
        • Table Of Contents
        • +
        • + +
        • + + +
        +
        + +
        +
        +
        +
        +
        +

        Search results

        + +
        +
        +
          +
          +
          +
          +
          + + +
          + + + + + + + + diff --git a/files/src-responses-recordinginforesponse.html b/files/src-responses-recordinginforesponse.html new file mode 100644 index 0000000..c755db1 --- /dev/null +++ b/files/src-responses-recordinginforesponse.html @@ -0,0 +1,271 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
          +

          Documentation

          + + + + + +
          + +
          +
          + + + + +
          +
          +
            +
          + +
          +

          RecordingInfoResponse.php

          + + + + + + + +

          + Table of Contents + + +

          + + + + +

          + Classes + + +

          +
          +
          RecordingInfoResponse
          + + + + + + + + + + + + + +
          +
          +
          +
          +
          
          +        
          + +
          +
          + + + +
          +
          +
          + +
          + On this page + +
            +
          • Table Of Contents
          • +
          • + +
          • + + +
          +
          + +
          +
          +
          +
          +
          +

          Search results

          + +
          +
          +
            +
            +
            +
            +
            + + +
            + + + + + + + + diff --git a/indices/files.html b/indices/files.html index f1417b4..1ebabcb 100644 --- a/indices/files.html +++ b/indices/files.html @@ -165,6 +165,8 @@

            R

          • RecordingDownloadTokenResponse.php
          • RecordingFeaturesParameters.php
          • RecordingInfo.php
          • +
          • RecordingInfoParameters.php
          • +
          • RecordingInfoResponse.php
          • RoomFeaturesParameters.php
          • RoomMetadataParameters.php
          • diff --git a/js/searchIndex.js b/js/searchIndex.js index 768faea..42ddf62 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -1750,6 +1750,11 @@ Search.appendIndex( "name": "fetchRecordings", "summary": "To\u0020fetch\u0020recordings", "url": "classes/Mynaparrot-Plugnmeet-PlugNmeet.html#method_fetchRecordings" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\PlugNmeet\u003A\u003AgetRecordingInfo\u0028\u0029", + "name": "getRecordingInfo", + "summary": "To\u0020get\u0020recording\u0020info", + "url": "classes/Mynaparrot-Plugnmeet-PlugNmeet.html#method_getRecordingInfo" }, { "fqsen": "\\Mynaparrot\\Plugnmeet\\PlugNmeet\u003A\u003AdeleteRecordings\u0028\u0029", "name": "deleteRecordings", @@ -1825,6 +1830,36 @@ Search.appendIndex( "name": "algo", "summary": "", "url": "classes/Mynaparrot-Plugnmeet-PlugNmeet.html#property_algo" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\RecordingInfoParameters", + "name": "RecordingInfoParameters", + "summary": "", + "url": "classes/Mynaparrot-Plugnmeet-RecordingInfoParameters.html" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\RecordingInfoParameters\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "classes/Mynaparrot-Plugnmeet-RecordingInfoParameters.html#method___construct" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\RecordingInfoParameters\u003A\u003AgetRecordId\u0028\u0029", + "name": "getRecordId", + "summary": "", + "url": "classes/Mynaparrot-Plugnmeet-RecordingInfoParameters.html#method_getRecordId" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\RecordingInfoParameters\u003A\u003AsetRecordId\u0028\u0029", + "name": "setRecordId", + "summary": "", + "url": "classes/Mynaparrot-Plugnmeet-RecordingInfoParameters.html#method_setRecordId" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\RecordingInfoParameters\u003A\u003AbuildBody\u0028\u0029", + "name": "buildBody", + "summary": "", + "url": "classes/Mynaparrot-Plugnmeet-RecordingInfoParameters.html#method_buildBody" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\RecordingInfoParameters\u003A\u003A\u0024recordId", + "name": "recordId", + "summary": "", + "url": "classes/Mynaparrot-Plugnmeet-RecordingInfoParameters.html#property_recordId" }, { "fqsen": "\\Mynaparrot\\Plugnmeet\\Responses\\AnalyticsDownloadTokenResponse", "name": "AnalyticsDownloadTokenResponse", @@ -2080,6 +2115,21 @@ Search.appendIndex( "name": "getToken", "summary": "", "url": "classes/Mynaparrot-Plugnmeet-Responses-RecordingDownloadTokenResponse.html#method_getToken" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\Responses\\RecordingInfoResponse", + "name": "RecordingInfoResponse", + "summary": "", + "url": "classes/Mynaparrot-Plugnmeet-Responses-RecordingInfoResponse.html" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\Responses\\RecordingInfoResponse\u003A\u003AgetRecordingInfo\u0028\u0029", + "name": "getRecordingInfo", + "summary": "", + "url": "classes/Mynaparrot-Plugnmeet-Responses-RecordingInfoResponse.html#method_getRecordingInfo" + }, { + "fqsen": "\\Mynaparrot\\Plugnmeet\\Responses\\RecordingInfoResponse\u003A\u003AgetRoomInfo\u0028\u0029", + "name": "getRoomInfo", + "summary": "", + "url": "classes/Mynaparrot-Plugnmeet-Responses-RecordingInfoResponse.html#method_getRoomInfo" }, { "fqsen": "\\Mynaparrot\\Plugnmeet\\Utils\\ActiveRoomInfo", "name": "ActiveRoomInfo", diff --git a/namespaces/mynaparrot-plugnmeet-responses.html b/namespaces/mynaparrot-plugnmeet-responses.html index c69fcc7..99cff88 100644 --- a/namespaces/mynaparrot-plugnmeet-responses.html +++ b/namespaces/mynaparrot-plugnmeet-responses.html @@ -114,7 +114,7 @@

            -
            AnalyticsDownloadTokenResponse
            BaseResponse
            ClientFilesResponses
            CreateRoomResponse
            DeleteAnalyticsResponse
            DeleteRecordingResponse
            EndRoomResponse
            FetchAnalyticsResponse
            FetchPastRoomsResponse
            FetchRecordingsResponse
            GenerateJoinTokenResponse
            GetActiveRoomInfoResponse
            GetActiveRoomsInfoResponse
            IsRoomActiveResponse
            RecordingDownloadTokenResponse
            +
            AnalyticsDownloadTokenResponse
            BaseResponse
            ClientFilesResponses
            CreateRoomResponse
            DeleteAnalyticsResponse
            DeleteRecordingResponse
            EndRoomResponse
            FetchAnalyticsResponse
            FetchPastRoomsResponse
            FetchRecordingsResponse
            GenerateJoinTokenResponse
            GetActiveRoomInfoResponse
            GetActiveRoomsInfoResponse
            IsRoomActiveResponse
            RecordingDownloadTokenResponse
            RecordingInfoResponse
            diff --git a/namespaces/mynaparrot-plugnmeet.html b/namespaces/mynaparrot-plugnmeet.html index 0c6c47d..dfaa323 100644 --- a/namespaces/mynaparrot-plugnmeet.html +++ b/namespaces/mynaparrot-plugnmeet.html @@ -123,7 +123,7 @@

            -
            PlugNmeet
            +
            PlugNmeet
            RecordingInfoParameters
            diff --git a/packages/Application.html b/packages/Application.html index 6883db2..ff5c80a 100644 --- a/packages/Application.html +++ b/packages/Application.html @@ -112,7 +112,7 @@

            -
            AnalyticsDownloadTokenParameters
            BreakoutRoomFeaturesParameters
            ChatFeaturesParameters
            CreateRoomParameters
            DeleteAnalyticsParameters
            DeleteRecordingParameters
            DisplayExternalLinkFeaturesParameters
            EndRoomParameters
            EndToEndEncryptionFeaturesParameters
            ExternalMediaPlayerFeaturesParameters
            FetchAnalyticsParameters
            FetchPastRoomsParameters
            FetchRecordingsParameters
            GenerateJoinTokenParameters
            GetActiveRoomInfoParameters
            IngressFeaturesParameters
            IsRoomActiveParameters
            LockSettingsParameters
            RecordingDownloadTokenParameters
            RecordingFeaturesParameters
            RoomFeaturesParameters
            RoomMetadataParameters
            SharedNotePadFeaturesParameters
            SpeechToTextTranslationFeaturesParameters
            UserMetadataParameters
            WaitingRoomFeaturesParameters
            WhiteboardFeaturesParameters
            PlugNmeet
            AnalyticsDownloadTokenResponse
            BaseResponse
            ClientFilesResponses
            CreateRoomResponse
            DeleteAnalyticsResponse
            DeleteRecordingResponse
            EndRoomResponse
            FetchAnalyticsResponse
            FetchPastRoomsResponse
            FetchRecordingsResponse
            GenerateJoinTokenResponse
            GetActiveRoomInfoResponse
            GetActiveRoomsInfoResponse
            IsRoomActiveResponse
            RecordingDownloadTokenResponse
            ActiveRoomInfo
            AnalyticsInfo
            ParticipantInfo
            PastRoomInfo
            RecordingInfo
            +
            AnalyticsDownloadTokenParameters
            BreakoutRoomFeaturesParameters
            ChatFeaturesParameters
            CreateRoomParameters
            DeleteAnalyticsParameters
            DeleteRecordingParameters
            DisplayExternalLinkFeaturesParameters
            EndRoomParameters
            EndToEndEncryptionFeaturesParameters
            ExternalMediaPlayerFeaturesParameters
            FetchAnalyticsParameters
            FetchPastRoomsParameters
            FetchRecordingsParameters
            GenerateJoinTokenParameters
            GetActiveRoomInfoParameters
            IngressFeaturesParameters
            IsRoomActiveParameters
            LockSettingsParameters
            RecordingDownloadTokenParameters
            RecordingFeaturesParameters
            RoomFeaturesParameters
            RoomMetadataParameters
            SharedNotePadFeaturesParameters
            SpeechToTextTranslationFeaturesParameters
            UserMetadataParameters
            WaitingRoomFeaturesParameters
            WhiteboardFeaturesParameters
            PlugNmeet
            RecordingInfoParameters
            AnalyticsDownloadTokenResponse
            BaseResponse
            ClientFilesResponses
            CreateRoomResponse
            DeleteAnalyticsResponse
            DeleteRecordingResponse
            EndRoomResponse
            FetchAnalyticsResponse
            FetchPastRoomsResponse
            FetchRecordingsResponse
            GenerateJoinTokenResponse
            GetActiveRoomInfoResponse
            GetActiveRoomsInfoResponse
            IsRoomActiveResponse
            RecordingDownloadTokenResponse
            RecordingInfoResponse
            ActiveRoomInfo
            AnalyticsInfo
            ParticipantInfo
            PastRoomInfo
            RecordingInfo