From e4479eb34b2e59bead9038c6aa4106d1c08dbfca Mon Sep 17 00:00:00 2001 From: jibon57 Date: Sat, 23 Nov 2024 21:41:53 +0000 Subject: [PATCH] deploy: 3bf05ceb5b5c627d90c22a047fe3162d6b9907aa --- classes/PlugNmeet.html | 32 +++++++++++----------- interfaces/PlugNmeetAPI.html | 30 ++++++++++---------- types/ActiveRoomInfo.html | 2 +- types/ActiveRoomInfoParams.html | 2 +- types/ActiveRoomInfoResponse.html | 2 +- types/ActiveRoomsInfoResponse.html | 2 +- types/AnalyticsDownloadTokenParams.html | 2 +- types/AnalyticsDownloadTokenResponse.html | 2 +- types/AnalyticsInfo.html | 2 +- types/BreakoutRoomFeatures.html | 2 +- types/ChatFeaturesParams.html | 2 +- types/ClientFilesResponse.html | 2 +- types/CreateRoomParams.html | 2 +- types/CreateRoomResponse.html | 2 +- types/DeleteAnalyticsParams.html | 2 +- types/DeleteAnalyticsResponse.html | 2 +- types/DeleteRecordingsParams.html | 2 +- types/DeleteRecordingsResponse.html | 2 +- types/DisplayExternalLinkFeatures.html | 2 +- types/EndRoomParams.html | 2 +- types/EndRoomResponse.html | 2 +- types/EndToEndEncryptionFeatures.html | 2 +- types/ExternalMediaPlayerFeatures.html | 2 +- types/FetchAnalyticsParams.html | 2 +- types/FetchAnalyticsResponse.html | 2 +- types/FetchAnalyticsResult.html | 2 +- types/FetchPastRoomsInfoParams.html | 2 +- types/FetchRecordingsParams.html | 2 +- types/FetchRecordingsResponse.html | 2 +- types/FetchRecordingsResult.html | 2 +- types/FetchRoomsInfoResponse.html | 2 +- types/IngressFeatures.html | 2 +- types/IsRoomActiveParams.html | 2 +- types/IsRoomActiveResponse.html | 2 +- types/JoinTokenParams.html | 2 +- types/JoinTokenResponse.html | 2 +- types/JoinTokenUserInfo.html | 2 +- types/JoinTokenUserMetadata.html | 2 +- types/LockSettingsParams.html | 2 +- types/ParticipantInfo.html | 2 +- types/PastRoomInfo.html | 2 +- types/PastRoomInfoResult.html | 2 +- types/RecordingDownloadTokenParams.html | 2 +- types/RecordingDownloadTokenResponse.html | 2 +- types/RecordingFeaturesParams.html | 2 +- types/RecordingInfo.html | 2 +- types/RooMetadata.html | 2 +- types/Room.html | 2 +- types/RoomFeaturesParams.html | 2 +- types/SharedNotePadFeaturesParams.html | 2 +- types/SpeechToTextTranslationFeatures.html | 2 +- types/WaitingRoomFeatures.html | 2 +- types/WhiteboardFeaturesParams.html | 2 +- 53 files changed, 82 insertions(+), 82 deletions(-) diff --git a/classes/PlugNmeet.html b/classes/PlugNmeet.html index 29ab339..bfc26e4 100644 --- a/classes/PlugNmeet.html +++ b/classes/PlugNmeet.html @@ -1,4 +1,4 @@ -PlugNmeet | plugNmeet JS SDK - v1.4.1

Implements

Constructors

constructor +PlugNmeet | plugNmeet JS SDK - v1.4.1

Implements

Constructors

Methods

createRoom getJoinToken isRoomActive @@ -16,32 +16,32 @@

Constructors

  • Parameters

    • serverUrl: string

      plugNmeet server URL

    • apiKey: string

      plugNmeet API_Key

    • apiSecret: string

      plugNmeet API_Secret

      -

    Returns PlugNmeet

Methods

Returns PlugNmeet

Methods

+
diff --git a/interfaces/PlugNmeetAPI.html b/interfaces/PlugNmeetAPI.html index 9e6c039..821669c 100644 --- a/interfaces/PlugNmeetAPI.html +++ b/interfaces/PlugNmeetAPI.html @@ -1,4 +1,4 @@ -PlugNmeetAPI | plugNmeet JS SDK - v1.4.1

Interface PlugNmeetAPI

Implemented by

Methods

createRoom +PlugNmeetAPI | plugNmeet JS SDK - v1.4.1

Interface PlugNmeetAPI

Implemented by

Methods

+
diff --git a/types/ActiveRoomInfo.html b/types/ActiveRoomInfo.html index 57858f6..e9a3a95 100644 --- a/types/ActiveRoomInfo.html +++ b/types/ActiveRoomInfo.html @@ -1 +1 @@ -ActiveRoomInfo | plugNmeet JS SDK - v1.4.1

Type Alias ActiveRoomInfo

ActiveRoomInfo: {
    room_title: string;
    room_id: string;
    sid: string;
    joined_participants: number;
    is_running: boolean;
    is_recording: boolean;
    is_active_rtmp: boolean;
    webhook_url: string;
    creation_time: number;
    metadata: string;
}
+ActiveRoomInfo | plugNmeet JS SDK - v1.4.1

Type Alias ActiveRoomInfo

ActiveRoomInfo: {
    room_title: string;
    room_id: string;
    sid: string;
    joined_participants: number;
    is_running: boolean;
    is_recording: boolean;
    is_active_rtmp: boolean;
    webhook_url: string;
    creation_time: number;
    metadata: string;
}
diff --git a/types/ActiveRoomInfoParams.html b/types/ActiveRoomInfoParams.html index c32b51b..93ee87a 100644 --- a/types/ActiveRoomInfoParams.html +++ b/types/ActiveRoomInfoParams.html @@ -1 +1 @@ -ActiveRoomInfoParams | plugNmeet JS SDK - v1.4.1

Type Alias ActiveRoomInfoParams

ActiveRoomInfoParams: {
    room_id: string;
}
+ActiveRoomInfoParams | plugNmeet JS SDK - v1.4.1

Type Alias ActiveRoomInfoParams

ActiveRoomInfoParams: {
    room_id: string;
}
diff --git a/types/ActiveRoomInfoResponse.html b/types/ActiveRoomInfoResponse.html index 65c53f8..35aac70 100644 --- a/types/ActiveRoomInfoResponse.html +++ b/types/ActiveRoomInfoResponse.html @@ -1 +1 @@ -ActiveRoomInfoResponse | plugNmeet JS SDK - v1.4.1

Type Alias ActiveRoomInfoResponse

ActiveRoomInfoResponse: {
    status: boolean;
    msg: string;
    room?: Room;
}
+ActiveRoomInfoResponse | plugNmeet JS SDK - v1.4.1

Type Alias ActiveRoomInfoResponse

ActiveRoomInfoResponse: {
    status: boolean;
    msg: string;
    room?: Room;
}
diff --git a/types/ActiveRoomsInfoResponse.html b/types/ActiveRoomsInfoResponse.html index b51101d..f26abe5 100644 --- a/types/ActiveRoomsInfoResponse.html +++ b/types/ActiveRoomsInfoResponse.html @@ -1 +1 @@ -ActiveRoomsInfoResponse | plugNmeet JS SDK - v1.4.1

Type Alias ActiveRoomsInfoResponse

ActiveRoomsInfoResponse: {
    status: boolean;
    msg: string;
    rooms?: Room[];
}
+ActiveRoomsInfoResponse | plugNmeet JS SDK - v1.4.1

Type Alias ActiveRoomsInfoResponse

ActiveRoomsInfoResponse: {
    status: boolean;
    msg: string;
    rooms?: Room[];
}
diff --git a/types/AnalyticsDownloadTokenParams.html b/types/AnalyticsDownloadTokenParams.html index 135bf74..c1f0c3b 100644 --- a/types/AnalyticsDownloadTokenParams.html +++ b/types/AnalyticsDownloadTokenParams.html @@ -1 +1 @@ -AnalyticsDownloadTokenParams | plugNmeet JS SDK - v1.4.1

Type Alias AnalyticsDownloadTokenParams

AnalyticsDownloadTokenParams: {
    file_id: string;
}
+AnalyticsDownloadTokenParams | plugNmeet JS SDK - v1.4.1

Type Alias AnalyticsDownloadTokenParams

AnalyticsDownloadTokenParams: {
    file_id: string;
}
diff --git a/types/AnalyticsDownloadTokenResponse.html b/types/AnalyticsDownloadTokenResponse.html index e91e808..b4198ee 100644 --- a/types/AnalyticsDownloadTokenResponse.html +++ b/types/AnalyticsDownloadTokenResponse.html @@ -1 +1 @@ -AnalyticsDownloadTokenResponse | plugNmeet JS SDK - v1.4.1

Type Alias AnalyticsDownloadTokenResponse

AnalyticsDownloadTokenResponse: {
    status: boolean;
    msg: string;
    token?: string;
}
+AnalyticsDownloadTokenResponse | plugNmeet JS SDK - v1.4.1

Type Alias AnalyticsDownloadTokenResponse

AnalyticsDownloadTokenResponse: {
    status: boolean;
    msg: string;
    token?: string;
}
diff --git a/types/AnalyticsInfo.html b/types/AnalyticsInfo.html index bf7c7b1..704a6a5 100644 --- a/types/AnalyticsInfo.html +++ b/types/AnalyticsInfo.html @@ -1 +1 @@ -AnalyticsInfo | plugNmeet JS SDK - v1.4.1

Type Alias AnalyticsInfo

AnalyticsInfo: {
    room_id: string;
    file_id: string;
    file_name: string;
    file_size: number;
    creation_time: number;
    room_creation_time: number;
}
+AnalyticsInfo | plugNmeet JS SDK - v1.4.1

Type Alias AnalyticsInfo

AnalyticsInfo: {
    room_id: string;
    file_id: string;
    file_name: string;
    file_size: number;
    creation_time: number;
    room_creation_time: number;
}
diff --git a/types/BreakoutRoomFeatures.html b/types/BreakoutRoomFeatures.html index a59ea9a..199eb1c 100644 --- a/types/BreakoutRoomFeatures.html +++ b/types/BreakoutRoomFeatures.html @@ -1 +1 @@ -BreakoutRoomFeatures | plugNmeet JS SDK - v1.4.1

Type Alias BreakoutRoomFeatures

BreakoutRoomFeatures: {
    is_allow: boolean;
}
+BreakoutRoomFeatures | plugNmeet JS SDK - v1.4.1

Type Alias BreakoutRoomFeatures

BreakoutRoomFeatures: {
    is_allow: boolean;
}
diff --git a/types/ChatFeaturesParams.html b/types/ChatFeaturesParams.html index fe02277..37f3dd9 100644 --- a/types/ChatFeaturesParams.html +++ b/types/ChatFeaturesParams.html @@ -1 +1 @@ -ChatFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias ChatFeaturesParams

ChatFeaturesParams: {
    allow_chat: boolean;
    allow_file_upload: boolean;
    allowed_file_types: string[];
    max_file_size: number;
}
+ChatFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias ChatFeaturesParams

ChatFeaturesParams: {
    allow_chat: boolean;
    allow_file_upload: boolean;
    allowed_file_types: string[];
    max_file_size: number;
}
diff --git a/types/ClientFilesResponse.html b/types/ClientFilesResponse.html index 1220541..9301cbe 100644 --- a/types/ClientFilesResponse.html +++ b/types/ClientFilesResponse.html @@ -1 +1 @@ -ClientFilesResponse | plugNmeet JS SDK - v1.4.1

Type Alias ClientFilesResponse

ClientFilesResponse: {
    status: boolean;
    msg: string;
    css?: string[];
    js?: string[];
}
+ClientFilesResponse | plugNmeet JS SDK - v1.4.1

Type Alias ClientFilesResponse

ClientFilesResponse: {
    status: boolean;
    msg: string;
    css?: string[];
    js?: string[];
}
diff --git a/types/CreateRoomParams.html b/types/CreateRoomParams.html index ea34c68..d9162ab 100644 --- a/types/CreateRoomParams.html +++ b/types/CreateRoomParams.html @@ -1 +1 @@ -CreateRoomParams | plugNmeet JS SDK - v1.4.1

Type Alias CreateRoomParams

CreateRoomParams: {
    room_id: string;
    max_participants?: number;
    empty_timeout?: number;
    metadata: RooMetadata;
}
+CreateRoomParams | plugNmeet JS SDK - v1.4.1

Type Alias CreateRoomParams

CreateRoomParams: {
    room_id: string;
    max_participants?: number;
    empty_timeout?: number;
    metadata: RooMetadata;
}
diff --git a/types/CreateRoomResponse.html b/types/CreateRoomResponse.html index 7f7336e..1857d3b 100644 --- a/types/CreateRoomResponse.html +++ b/types/CreateRoomResponse.html @@ -1 +1 @@ -CreateRoomResponse | plugNmeet JS SDK - v1.4.1

Type Alias CreateRoomResponse

CreateRoomResponse: {
    status: boolean;
    msg: string;
    room_info?: ActiveRoomInfo;
}
+CreateRoomResponse | plugNmeet JS SDK - v1.4.1

Type Alias CreateRoomResponse

CreateRoomResponse: {
    status: boolean;
    msg: string;
    room_info?: ActiveRoomInfo;
}
diff --git a/types/DeleteAnalyticsParams.html b/types/DeleteAnalyticsParams.html index 8a53cdc..630a654 100644 --- a/types/DeleteAnalyticsParams.html +++ b/types/DeleteAnalyticsParams.html @@ -1 +1 @@ -DeleteAnalyticsParams | plugNmeet JS SDK - v1.4.1

Type Alias DeleteAnalyticsParams

DeleteAnalyticsParams: {
    file_id: string;
}
+DeleteAnalyticsParams | plugNmeet JS SDK - v1.4.1

Type Alias DeleteAnalyticsParams

DeleteAnalyticsParams: {
    file_id: string;
}
diff --git a/types/DeleteAnalyticsResponse.html b/types/DeleteAnalyticsResponse.html index 416a59e..8ffe6cd 100644 --- a/types/DeleteAnalyticsResponse.html +++ b/types/DeleteAnalyticsResponse.html @@ -1 +1 @@ -DeleteAnalyticsResponse | plugNmeet JS SDK - v1.4.1

Type Alias DeleteAnalyticsResponse

DeleteAnalyticsResponse: {
    status: boolean;
    msg: string;
}
+DeleteAnalyticsResponse | plugNmeet JS SDK - v1.4.1

Type Alias DeleteAnalyticsResponse

DeleteAnalyticsResponse: {
    status: boolean;
    msg: string;
}
diff --git a/types/DeleteRecordingsParams.html b/types/DeleteRecordingsParams.html index ce6271a..7243d58 100644 --- a/types/DeleteRecordingsParams.html +++ b/types/DeleteRecordingsParams.html @@ -1 +1 @@ -DeleteRecordingsParams | plugNmeet JS SDK - v1.4.1

Type Alias DeleteRecordingsParams

DeleteRecordingsParams: {
    record_id: string;
}
+DeleteRecordingsParams | plugNmeet JS SDK - v1.4.1

Type Alias DeleteRecordingsParams

DeleteRecordingsParams: {
    record_id: string;
}
diff --git a/types/DeleteRecordingsResponse.html b/types/DeleteRecordingsResponse.html index 75cd786..da45d80 100644 --- a/types/DeleteRecordingsResponse.html +++ b/types/DeleteRecordingsResponse.html @@ -1 +1 @@ -DeleteRecordingsResponse | plugNmeet JS SDK - v1.4.1

Type Alias DeleteRecordingsResponse

DeleteRecordingsResponse: {
    status: boolean;
    msg: string;
}
+DeleteRecordingsResponse | plugNmeet JS SDK - v1.4.1

Type Alias DeleteRecordingsResponse

DeleteRecordingsResponse: {
    status: boolean;
    msg: string;
}
diff --git a/types/DisplayExternalLinkFeatures.html b/types/DisplayExternalLinkFeatures.html index f397884..4f139d0 100644 --- a/types/DisplayExternalLinkFeatures.html +++ b/types/DisplayExternalLinkFeatures.html @@ -1 +1 @@ -DisplayExternalLinkFeatures | plugNmeet JS SDK - v1.4.1

Type Alias DisplayExternalLinkFeatures

DisplayExternalLinkFeatures: {
    is_allow: boolean;
}
+DisplayExternalLinkFeatures | plugNmeet JS SDK - v1.4.1

Type Alias DisplayExternalLinkFeatures

DisplayExternalLinkFeatures: {
    is_allow: boolean;
}
diff --git a/types/EndRoomParams.html b/types/EndRoomParams.html index 9f10320..207ae7c 100644 --- a/types/EndRoomParams.html +++ b/types/EndRoomParams.html @@ -1 +1 @@ -EndRoomParams | plugNmeet JS SDK - v1.4.1

Type Alias EndRoomParams

EndRoomParams: {
    room_id: string;
}
+EndRoomParams | plugNmeet JS SDK - v1.4.1

Type Alias EndRoomParams

EndRoomParams: {
    room_id: string;
}
diff --git a/types/EndRoomResponse.html b/types/EndRoomResponse.html index 0b7fc26..90af77d 100644 --- a/types/EndRoomResponse.html +++ b/types/EndRoomResponse.html @@ -1 +1 @@ -EndRoomResponse | plugNmeet JS SDK - v1.4.1

Type Alias EndRoomResponse

EndRoomResponse: {
    status: boolean;
    msg: string;
}
+EndRoomResponse | plugNmeet JS SDK - v1.4.1

Type Alias EndRoomResponse

EndRoomResponse: {
    status: boolean;
    msg: string;
}
diff --git a/types/EndToEndEncryptionFeatures.html b/types/EndToEndEncryptionFeatures.html index c35cd32..ee08644 100644 --- a/types/EndToEndEncryptionFeatures.html +++ b/types/EndToEndEncryptionFeatures.html @@ -1 +1 @@ -EndToEndEncryptionFeatures | plugNmeet JS SDK - v1.4.1

Type Alias EndToEndEncryptionFeatures

EndToEndEncryptionFeatures: {
    is_enabled: boolean;
    included_chat_messages?: boolean;
    included_whiteboard?: boolean;
}
+EndToEndEncryptionFeatures | plugNmeet JS SDK - v1.4.1

Type Alias EndToEndEncryptionFeatures

EndToEndEncryptionFeatures: {
    is_enabled: boolean;
    included_chat_messages?: boolean;
    included_whiteboard?: boolean;
}
diff --git a/types/ExternalMediaPlayerFeatures.html b/types/ExternalMediaPlayerFeatures.html index 27fafeb..3d7df79 100644 --- a/types/ExternalMediaPlayerFeatures.html +++ b/types/ExternalMediaPlayerFeatures.html @@ -1 +1 @@ -ExternalMediaPlayerFeatures | plugNmeet JS SDK - v1.4.1

Type Alias ExternalMediaPlayerFeatures

ExternalMediaPlayerFeatures: {
    allowed_external_media_player: boolean;
}
+ExternalMediaPlayerFeatures | plugNmeet JS SDK - v1.4.1

Type Alias ExternalMediaPlayerFeatures

ExternalMediaPlayerFeatures: {
    allowed_external_media_player: boolean;
}
diff --git a/types/FetchAnalyticsParams.html b/types/FetchAnalyticsParams.html index a34850c..ba2baac 100644 --- a/types/FetchAnalyticsParams.html +++ b/types/FetchAnalyticsParams.html @@ -1 +1 @@ -FetchAnalyticsParams | plugNmeet JS SDK - v1.4.1

Type Alias FetchAnalyticsParams

FetchAnalyticsParams: {
    room_ids: string[];
    from?: number;
    limit?: number;
    order_by?: "ASC" | "DESC";
}
+FetchAnalyticsParams | plugNmeet JS SDK - v1.4.1

Type Alias FetchAnalyticsParams

FetchAnalyticsParams: {
    room_ids: string[];
    from?: number;
    limit?: number;
    order_by?: "ASC" | "DESC";
}
diff --git a/types/FetchAnalyticsResponse.html b/types/FetchAnalyticsResponse.html index 007c85b..3d95dbc 100644 --- a/types/FetchAnalyticsResponse.html +++ b/types/FetchAnalyticsResponse.html @@ -1 +1 @@ -FetchAnalyticsResponse | plugNmeet JS SDK - v1.4.1

Type Alias FetchAnalyticsResponse

FetchAnalyticsResponse: {
    status: boolean;
    msg: string;
    result?: FetchAnalyticsResult;
}
+FetchAnalyticsResponse | plugNmeet JS SDK - v1.4.1

Type Alias FetchAnalyticsResponse

FetchAnalyticsResponse: {
    status: boolean;
    msg: string;
    result?: FetchAnalyticsResult;
}
diff --git a/types/FetchAnalyticsResult.html b/types/FetchAnalyticsResult.html index 2923036..39f328f 100644 --- a/types/FetchAnalyticsResult.html +++ b/types/FetchAnalyticsResult.html @@ -1 +1 @@ -FetchAnalyticsResult | plugNmeet JS SDK - v1.4.1

Type Alias FetchAnalyticsResult

FetchAnalyticsResult: {
    total_analytics: number;
    from: number;
    limit: number;
    order_by: string;
    analytics_list: AnalyticsInfo[];
}
+FetchAnalyticsResult | plugNmeet JS SDK - v1.4.1

Type Alias FetchAnalyticsResult

FetchAnalyticsResult: {
    total_analytics: number;
    from: number;
    limit: number;
    order_by: string;
    analytics_list: AnalyticsInfo[];
}
diff --git a/types/FetchPastRoomsInfoParams.html b/types/FetchPastRoomsInfoParams.html index a840232..7d805e5 100644 --- a/types/FetchPastRoomsInfoParams.html +++ b/types/FetchPastRoomsInfoParams.html @@ -1 +1 @@ -FetchPastRoomsInfoParams | plugNmeet JS SDK - v1.4.1

Type Alias FetchPastRoomsInfoParams

FetchPastRoomsInfoParams: {
    room_ids?: string[];
    from?: number;
    limit?: number;
    order_by?: "ASC" | "DESC";
}
+FetchPastRoomsInfoParams | plugNmeet JS SDK - v1.4.1

Type Alias FetchPastRoomsInfoParams

FetchPastRoomsInfoParams: {
    room_ids?: string[];
    from?: number;
    limit?: number;
    order_by?: "ASC" | "DESC";
}
diff --git a/types/FetchRecordingsParams.html b/types/FetchRecordingsParams.html index 559ce4c..0d5d31a 100644 --- a/types/FetchRecordingsParams.html +++ b/types/FetchRecordingsParams.html @@ -1 +1 @@ -FetchRecordingsParams | plugNmeet JS SDK - v1.4.1

Type Alias FetchRecordingsParams

FetchRecordingsParams: {
    room_ids: string[];
    from?: number;
    limit?: number;
    order_by?: "ASC" | "DESC";
}
+FetchRecordingsParams | plugNmeet JS SDK - v1.4.1

Type Alias FetchRecordingsParams

FetchRecordingsParams: {
    room_ids: string[];
    from?: number;
    limit?: number;
    order_by?: "ASC" | "DESC";
}
diff --git a/types/FetchRecordingsResponse.html b/types/FetchRecordingsResponse.html index 2f0b511..cebcbd1 100644 --- a/types/FetchRecordingsResponse.html +++ b/types/FetchRecordingsResponse.html @@ -1 +1 @@ -FetchRecordingsResponse | plugNmeet JS SDK - v1.4.1

Type Alias FetchRecordingsResponse

FetchRecordingsResponse: {
    status: boolean;
    msg: string;
    result?: FetchRecordingsResult;
}
+FetchRecordingsResponse | plugNmeet JS SDK - v1.4.1

Type Alias FetchRecordingsResponse

FetchRecordingsResponse: {
    status: boolean;
    msg: string;
    result?: FetchRecordingsResult;
}
diff --git a/types/FetchRecordingsResult.html b/types/FetchRecordingsResult.html index 67757ad..031ed32 100644 --- a/types/FetchRecordingsResult.html +++ b/types/FetchRecordingsResult.html @@ -1 +1 @@ -FetchRecordingsResult | plugNmeet JS SDK - v1.4.1

Type Alias FetchRecordingsResult

FetchRecordingsResult: {
    total_recordings: number;
    from: number;
    limit: number;
    order_by: string;
    recordings_list: RecordingInfo[];
}
+FetchRecordingsResult | plugNmeet JS SDK - v1.4.1

Type Alias FetchRecordingsResult

FetchRecordingsResult: {
    total_recordings: number;
    from: number;
    limit: number;
    order_by: string;
    recordings_list: RecordingInfo[];
}
diff --git a/types/FetchRoomsInfoResponse.html b/types/FetchRoomsInfoResponse.html index 0dec967..32a6626 100644 --- a/types/FetchRoomsInfoResponse.html +++ b/types/FetchRoomsInfoResponse.html @@ -1 +1 @@ -FetchRoomsInfoResponse | plugNmeet JS SDK - v1.4.1

Type Alias FetchRoomsInfoResponse

FetchRoomsInfoResponse: {
    status: boolean;
    msg: string;
    result?: PastRoomInfoResult;
}
+FetchRoomsInfoResponse | plugNmeet JS SDK - v1.4.1

Type Alias FetchRoomsInfoResponse

FetchRoomsInfoResponse: {
    status: boolean;
    msg: string;
    result?: PastRoomInfoResult;
}
diff --git a/types/IngressFeatures.html b/types/IngressFeatures.html index 203557c..041b060 100644 --- a/types/IngressFeatures.html +++ b/types/IngressFeatures.html @@ -1 +1 @@ -IngressFeatures | plugNmeet JS SDK - v1.4.1

Type Alias IngressFeatures

IngressFeatures: {
    is_allow: boolean;
}
+IngressFeatures | plugNmeet JS SDK - v1.4.1

Type Alias IngressFeatures

IngressFeatures: {
    is_allow: boolean;
}
diff --git a/types/IsRoomActiveParams.html b/types/IsRoomActiveParams.html index b673ae6..04c8307 100644 --- a/types/IsRoomActiveParams.html +++ b/types/IsRoomActiveParams.html @@ -1 +1 @@ -IsRoomActiveParams | plugNmeet JS SDK - v1.4.1

Type Alias IsRoomActiveParams

IsRoomActiveParams: {
    room_id: string;
}
+IsRoomActiveParams | plugNmeet JS SDK - v1.4.1

Type Alias IsRoomActiveParams

IsRoomActiveParams: {
    room_id: string;
}
diff --git a/types/IsRoomActiveResponse.html b/types/IsRoomActiveResponse.html index 407dab3..d519c1e 100644 --- a/types/IsRoomActiveResponse.html +++ b/types/IsRoomActiveResponse.html @@ -1 +1 @@ -IsRoomActiveResponse | plugNmeet JS SDK - v1.4.1

Type Alias IsRoomActiveResponse

IsRoomActiveResponse: {
    status: boolean;
    is_active?: boolean;
    msg: string;
}
+IsRoomActiveResponse | plugNmeet JS SDK - v1.4.1

Type Alias IsRoomActiveResponse

IsRoomActiveResponse: {
    status: boolean;
    is_active?: boolean;
    msg: string;
}
diff --git a/types/JoinTokenParams.html b/types/JoinTokenParams.html index 49aee5a..958e8cd 100644 --- a/types/JoinTokenParams.html +++ b/types/JoinTokenParams.html @@ -1 +1 @@ -JoinTokenParams | plugNmeet JS SDK - v1.4.1

Type Alias JoinTokenParams

JoinTokenParams: {
    room_id: string;
    user_info: JoinTokenUserInfo;
}
+JoinTokenParams | plugNmeet JS SDK - v1.4.1

Type Alias JoinTokenParams

JoinTokenParams: {
    room_id: string;
    user_info: JoinTokenUserInfo;
}
diff --git a/types/JoinTokenResponse.html b/types/JoinTokenResponse.html index 2b021d0..d092a8b 100644 --- a/types/JoinTokenResponse.html +++ b/types/JoinTokenResponse.html @@ -1 +1 @@ -JoinTokenResponse | plugNmeet JS SDK - v1.4.1

Type Alias JoinTokenResponse

JoinTokenResponse: {
    status: boolean;
    msg: string;
    token?: string;
}
+JoinTokenResponse | plugNmeet JS SDK - v1.4.1

Type Alias JoinTokenResponse

JoinTokenResponse: {
    status: boolean;
    msg: string;
    token?: string;
}
diff --git a/types/JoinTokenUserInfo.html b/types/JoinTokenUserInfo.html index 3c25bf5..bb168e6 100644 --- a/types/JoinTokenUserInfo.html +++ b/types/JoinTokenUserInfo.html @@ -1 +1 @@ -JoinTokenUserInfo | plugNmeet JS SDK - v1.4.1

Type Alias JoinTokenUserInfo

JoinTokenUserInfo: {
    name: string;
    user_id: string;
    is_admin: boolean;
    is_hidden: boolean;
    user_metadata?: JoinTokenUserMetadata;
}
+JoinTokenUserInfo | plugNmeet JS SDK - v1.4.1

Type Alias JoinTokenUserInfo

JoinTokenUserInfo: {
    name: string;
    user_id: string;
    is_admin: boolean;
    is_hidden: boolean;
    user_metadata?: JoinTokenUserMetadata;
}
diff --git a/types/JoinTokenUserMetadata.html b/types/JoinTokenUserMetadata.html index 6b1ad73..64e1858 100644 --- a/types/JoinTokenUserMetadata.html +++ b/types/JoinTokenUserMetadata.html @@ -1 +1 @@ -JoinTokenUserMetadata | plugNmeet JS SDK - v1.4.1

Type Alias JoinTokenUserMetadata

JoinTokenUserMetadata: {
    profile_pic?: string;
    record_webcam?: boolean;
    preferred_lang?: string;
    ex_user_id?: string;
    extra_data?: string;
    lock_settings?: LockSettingsParams;
}
+JoinTokenUserMetadata | plugNmeet JS SDK - v1.4.1

Type Alias JoinTokenUserMetadata

JoinTokenUserMetadata: {
    profile_pic?: string;
    record_webcam?: boolean;
    preferred_lang?: string;
    ex_user_id?: string;
    extra_data?: string;
    lock_settings?: LockSettingsParams;
}
diff --git a/types/LockSettingsParams.html b/types/LockSettingsParams.html index b0ac91b..66a7c3c 100644 --- a/types/LockSettingsParams.html +++ b/types/LockSettingsParams.html @@ -1 +1 @@ -LockSettingsParams | plugNmeet JS SDK - v1.4.1

Type Alias LockSettingsParams

LockSettingsParams: {
    lock_microphone?: boolean;
    lock_webcam?: boolean;
    lock_screen_sharing?: boolean;
    lock_whiteboard?: boolean;
    lock_shared_notepad?: boolean;
    lock_chat?: boolean;
    lock_chat_send_message?: boolean;
    lock_chat_file_share?: boolean;
}
+LockSettingsParams | plugNmeet JS SDK - v1.4.1

Type Alias LockSettingsParams

LockSettingsParams: {
    lock_microphone?: boolean;
    lock_webcam?: boolean;
    lock_screen_sharing?: boolean;
    lock_whiteboard?: boolean;
    lock_shared_notepad?: boolean;
    lock_chat?: boolean;
    lock_chat_send_message?: boolean;
    lock_chat_file_share?: boolean;
}
diff --git a/types/ParticipantInfo.html b/types/ParticipantInfo.html index 92c36d6..a08b070 100644 --- a/types/ParticipantInfo.html +++ b/types/ParticipantInfo.html @@ -1 +1 @@ -ParticipantInfo | plugNmeet JS SDK - v1.4.1

Type Alias ParticipantInfo

ParticipantInfo: {
    sid: string;
    identity: string;
    state: string;
    metadata: string;
    joined_at: number;
    name: string;
    version: number;
    permission: any;
}
+ParticipantInfo | plugNmeet JS SDK - v1.4.1

Type Alias ParticipantInfo

ParticipantInfo: {
    sid: string;
    identity: string;
    state: string;
    metadata: string;
    joined_at: number;
    name: string;
    version: number;
    permission: any;
}
diff --git a/types/PastRoomInfo.html b/types/PastRoomInfo.html index 638de0f..16b9767 100644 --- a/types/PastRoomInfo.html +++ b/types/PastRoomInfo.html @@ -1 +1 @@ -PastRoomInfo | plugNmeet JS SDK - v1.4.1

Type Alias PastRoomInfo

PastRoomInfo: {
    room_title: string;
    room_id: string;
    room_sid: string;
    joined_participants: number;
    webhook_url: string;
    created: string;
    ended: string;
    analytics_files_id: string;
}
+PastRoomInfo | plugNmeet JS SDK - v1.4.1

Type Alias PastRoomInfo

PastRoomInfo: {
    room_title: string;
    room_id: string;
    room_sid: string;
    joined_participants: number;
    webhook_url: string;
    created: string;
    ended: string;
    analytics_files_id: string;
}
diff --git a/types/PastRoomInfoResult.html b/types/PastRoomInfoResult.html index 1d27b0e..a9bb41d 100644 --- a/types/PastRoomInfoResult.html +++ b/types/PastRoomInfoResult.html @@ -1 +1 @@ -PastRoomInfoResult | plugNmeet JS SDK - v1.4.1

Type Alias PastRoomInfoResult

PastRoomInfoResult: {
    total_rooms: number;
    from: number;
    limit: number;
    order_by: string;
    rooms_list: PastRoomInfo[];
}
+PastRoomInfoResult | plugNmeet JS SDK - v1.4.1

Type Alias PastRoomInfoResult

PastRoomInfoResult: {
    total_rooms: number;
    from: number;
    limit: number;
    order_by: string;
    rooms_list: PastRoomInfo[];
}
diff --git a/types/RecordingDownloadTokenParams.html b/types/RecordingDownloadTokenParams.html index 020d37f..6dd1f57 100644 --- a/types/RecordingDownloadTokenParams.html +++ b/types/RecordingDownloadTokenParams.html @@ -1 +1 @@ -RecordingDownloadTokenParams | plugNmeet JS SDK - v1.4.1

Type Alias RecordingDownloadTokenParams

RecordingDownloadTokenParams: {
    record_id: string;
}
+RecordingDownloadTokenParams | plugNmeet JS SDK - v1.4.1

Type Alias RecordingDownloadTokenParams

RecordingDownloadTokenParams: {
    record_id: string;
}
diff --git a/types/RecordingDownloadTokenResponse.html b/types/RecordingDownloadTokenResponse.html index ca395d1..680d1fe 100644 --- a/types/RecordingDownloadTokenResponse.html +++ b/types/RecordingDownloadTokenResponse.html @@ -1 +1 @@ -RecordingDownloadTokenResponse | plugNmeet JS SDK - v1.4.1

Type Alias RecordingDownloadTokenResponse

RecordingDownloadTokenResponse: {
    status: boolean;
    msg: string;
    token?: string;
}
+RecordingDownloadTokenResponse | plugNmeet JS SDK - v1.4.1

Type Alias RecordingDownloadTokenResponse

RecordingDownloadTokenResponse: {
    status: boolean;
    msg: string;
    token?: string;
}
diff --git a/types/RecordingFeaturesParams.html b/types/RecordingFeaturesParams.html index 4c78644..2282889 100644 --- a/types/RecordingFeaturesParams.html +++ b/types/RecordingFeaturesParams.html @@ -1 +1 @@ -RecordingFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias RecordingFeaturesParams

RecordingFeaturesParams: {
    is_allow: boolean;
    is_allow_cloud: boolean;
    is_allow_local: boolean;
    enable_auto_cloud_recording: boolean;
}
+RecordingFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias RecordingFeaturesParams

RecordingFeaturesParams: {
    is_allow: boolean;
    is_allow_cloud: boolean;
    is_allow_local: boolean;
    enable_auto_cloud_recording: boolean;
}
diff --git a/types/RecordingInfo.html b/types/RecordingInfo.html index e7f2d3b..2f7dbb6 100644 --- a/types/RecordingInfo.html +++ b/types/RecordingInfo.html @@ -1 +1 @@ -RecordingInfo | plugNmeet JS SDK - v1.4.1

Type Alias RecordingInfo

RecordingInfo: {
    record_id: string;
    room_id: string;
    room_sid: string;
    file_path: string;
    file_size: number;
    creation_time: number;
    room_creation_time: number;
}
+RecordingInfo | plugNmeet JS SDK - v1.4.1

Type Alias RecordingInfo

RecordingInfo: {
    record_id: string;
    room_id: string;
    room_sid: string;
    file_path: string;
    file_size: number;
    creation_time: number;
    room_creation_time: number;
}
diff --git a/types/RooMetadata.html b/types/RooMetadata.html index 0cc1ebf..f25f98c 100644 --- a/types/RooMetadata.html +++ b/types/RooMetadata.html @@ -1 +1 @@ -RooMetadata | plugNmeet JS SDK - v1.4.1

Type Alias RooMetadata

RooMetadata: {
    room_title: string;
    welcome_message?: string;
    webhook_url?: string;
    logout_url?: string;
    room_features: RoomFeaturesParams;
    default_lock_settings?: LockSettingsParams;
    copyright_conf?: CopyrightConf;
    extra_data?: string;
}
+RooMetadata | plugNmeet JS SDK - v1.4.1

Type Alias RooMetadata

RooMetadata: {
    room_title: string;
    welcome_message?: string;
    webhook_url?: string;
    logout_url?: string;
    room_features: RoomFeaturesParams;
    default_lock_settings?: LockSettingsParams;
    copyright_conf?: CopyrightConf;
    extra_data?: string;
}
diff --git a/types/Room.html b/types/Room.html index b68f617..3d61256 100644 --- a/types/Room.html +++ b/types/Room.html @@ -1 +1 @@ -Room | plugNmeet JS SDK - v1.4.1

Type Alias Room

Room: {
    room_info: ActiveRoomInfo;
    participants_info: ParticipantInfo[];
}
+Room | plugNmeet JS SDK - v1.4.1

Type Alias Room

Room: {
    room_info: ActiveRoomInfo;
    participants_info: ParticipantInfo[];
}
diff --git a/types/RoomFeaturesParams.html b/types/RoomFeaturesParams.html index 6cc29c8..899e14b 100644 --- a/types/RoomFeaturesParams.html +++ b/types/RoomFeaturesParams.html @@ -1 +1 @@ -RoomFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias RoomFeaturesParams

RoomFeaturesParams: {
    allow_webcams: boolean;
    mute_on_start: boolean;
    allow_screen_share: boolean;
    allow_rtmp: boolean;
    admin_only_webcams: boolean;
    allow_view_other_webcams: boolean;
    allow_view_other_users_list: boolean;
    room_duration: number;
    enable_analytics: boolean;
    allow_virtual_bg: boolean;
    allow_raise_hand: boolean;
    auto_gen_user_id?: boolean;
    recording_features: RecordingFeaturesParams;
    chat_features: ChatFeaturesParams;
    shared_note_pad_features?: SharedNotePadFeaturesParams;
    whiteboard_features?: WhiteboardFeaturesParams;
    external_media_player_features?: ExternalMediaPlayerFeatures;
    waiting_room_features?: WaitingRoomFeatures;
    breakout_room_features?: BreakoutRoomFeatures;
    display_external_link_features?: DisplayExternalLinkFeatures;
    ingress_features?: IngressFeatures;
    speech_to_text_translation_features?: SpeechToTextTranslationFeatures;
    end_to_end_encryption_features?: EndToEndEncryptionFeatures;
}
+RoomFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias RoomFeaturesParams

RoomFeaturesParams: {
    allow_webcams: boolean;
    mute_on_start: boolean;
    allow_screen_share: boolean;
    allow_rtmp: boolean;
    admin_only_webcams: boolean;
    allow_view_other_webcams: boolean;
    allow_view_other_users_list: boolean;
    room_duration: number;
    enable_analytics: boolean;
    allow_virtual_bg: boolean;
    allow_raise_hand: boolean;
    auto_gen_user_id?: boolean;
    recording_features: RecordingFeaturesParams;
    chat_features: ChatFeaturesParams;
    shared_note_pad_features?: SharedNotePadFeaturesParams;
    whiteboard_features?: WhiteboardFeaturesParams;
    external_media_player_features?: ExternalMediaPlayerFeatures;
    waiting_room_features?: WaitingRoomFeatures;
    breakout_room_features?: BreakoutRoomFeatures;
    display_external_link_features?: DisplayExternalLinkFeatures;
    ingress_features?: IngressFeatures;
    speech_to_text_translation_features?: SpeechToTextTranslationFeatures;
    end_to_end_encryption_features?: EndToEndEncryptionFeatures;
}
diff --git a/types/SharedNotePadFeaturesParams.html b/types/SharedNotePadFeaturesParams.html index 2b597c2..51c0e65 100644 --- a/types/SharedNotePadFeaturesParams.html +++ b/types/SharedNotePadFeaturesParams.html @@ -1 +1 @@ -SharedNotePadFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias SharedNotePadFeaturesParams

SharedNotePadFeaturesParams: {
    allowed_shared_note_pad: boolean;
}
+SharedNotePadFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias SharedNotePadFeaturesParams

SharedNotePadFeaturesParams: {
    allowed_shared_note_pad: boolean;
}
diff --git a/types/SpeechToTextTranslationFeatures.html b/types/SpeechToTextTranslationFeatures.html index ce3957c..b33e3c3 100644 --- a/types/SpeechToTextTranslationFeatures.html +++ b/types/SpeechToTextTranslationFeatures.html @@ -1 +1 @@ -SpeechToTextTranslationFeatures | plugNmeet JS SDK - v1.4.1

Type Alias SpeechToTextTranslationFeatures

SpeechToTextTranslationFeatures: {
    is_allow: boolean;
    is_allow_translation: boolean;
}
+SpeechToTextTranslationFeatures | plugNmeet JS SDK - v1.4.1

Type Alias SpeechToTextTranslationFeatures

SpeechToTextTranslationFeatures: {
    is_allow: boolean;
    is_allow_translation: boolean;
}
diff --git a/types/WaitingRoomFeatures.html b/types/WaitingRoomFeatures.html index ad05c27..890a618 100644 --- a/types/WaitingRoomFeatures.html +++ b/types/WaitingRoomFeatures.html @@ -1 +1 @@ -WaitingRoomFeatures | plugNmeet JS SDK - v1.4.1

Type Alias WaitingRoomFeatures

WaitingRoomFeatures: {
    is_active: boolean;
    waiting_room_msg?: string;
}
+WaitingRoomFeatures | plugNmeet JS SDK - v1.4.1

Type Alias WaitingRoomFeatures

WaitingRoomFeatures: {
    is_active: boolean;
    waiting_room_msg?: string;
}
diff --git a/types/WhiteboardFeaturesParams.html b/types/WhiteboardFeaturesParams.html index d1ce105..98f9f60 100644 --- a/types/WhiteboardFeaturesParams.html +++ b/types/WhiteboardFeaturesParams.html @@ -1 +1 @@ -WhiteboardFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias WhiteboardFeaturesParams

WhiteboardFeaturesParams: {
    allowed_whiteboard: boolean;
    preload_file?: string;
}
+WhiteboardFeaturesParams | plugNmeet JS SDK - v1.4.1

Type Alias WhiteboardFeaturesParams

WhiteboardFeaturesParams: {
    allowed_whiteboard: boolean;
    preload_file?: string;
}