From 1adaf09fc04e47502b427a6f097cb675e3f16d79 Mon Sep 17 00:00:00 2001 From: jibon57 Date: Sat, 23 Nov 2024 21:42:38 +0000 Subject: [PATCH] deploy: e63ec0e29cb1720108335be95d210cd98be95868 --- 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 bfc26e4..4a6068c 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 821669c..703bc38 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 e9a3a95..4d28b55 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 93ee87a..ac9b75d 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 35aac70..90c512c 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 f26abe5..f757d58 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 c1f0c3b..d779414 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 b4198ee..a4b6683 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 704a6a5..f98e0f0 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 199eb1c..abe6c72 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 37f3dd9..61cfe5d 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 9301cbe..6477fb6 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 d9162ab..45d88ee 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 1857d3b..b3c673b 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 630a654..b7966eb 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 8ffe6cd..775f4f4 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 7243d58..b117db0 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 da45d80..f0f2f92 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 4f139d0..7a6fbfd 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 207ae7c..aa999cb 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 90af77d..bd9a6c2 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 ee08644..67a91cd 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 3d7df79..a57ec1e 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 ba2baac..9fc6294 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 3d95dbc..542fcd3 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 39f328f..fd352c0 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 7d805e5..031fc1a 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 0d5d31a..44b8691 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 cebcbd1..a968b1d 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 031ed32..f168eb4 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 32a6626..b6c6dad 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 041b060..b02cfae 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 04c8307..79b8771 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 d519c1e..7193396 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 958e8cd..e2dd301 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 d092a8b..114f198 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 bb168e6..c3ece37 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 64e1858..31d41c6 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 66a7c3c..f2f740f 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 a08b070..0fd2807 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 16b9767..bb1d2b1 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 a9bb41d..fd9e368 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 6dd1f57..c956074 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 680d1fe..0d0ca5a 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 2282889..acb4e0b 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 2f7dbb6..e3eb113 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 f25f98c..6d0f34a 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 3d61256..ddc7b5e 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 899e14b..f11a8cc 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 51c0e65..c7b0b95 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 b33e3c3..22052ba 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 890a618..7eb1e16 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 98f9f60..01255d1 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;
}