@vonage/client-sdk 0.1.5-alpha.7 → 0.1.5-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/kotlin/clientsdk-clientcore_js.d.ts +2 -12
- package/dist/voice/index.cjs +3658 -3837
- package/dist/voice/index.mjs +3658 -3837
- package/dist/vonageClientSDK.js +3658 -3837
- package/dist/vonageClientSDK.min.js +2 -2
- package/dist/vonageClientSDK.min.mjs +2 -2
- package/dist/vonageClientSDK.mjs +3658 -3837
- package/package.json +2 -1
|
@@ -133,20 +133,10 @@ export namespace vonage {
|
|
|
133
133
|
disableEarmuff(): Promise<any>;
|
|
134
134
|
sendDTMF(digits: string): Promise<any>;
|
|
135
135
|
}
|
|
136
|
-
class VoiceInviteFromInfoJS {
|
|
137
|
-
constructor(id: Nullable<string>, type: string);
|
|
138
|
-
get id(): Nullable<string>;
|
|
139
|
-
get type(): string;
|
|
140
|
-
component1(): Nullable<string>;
|
|
141
|
-
component2(): string;
|
|
142
|
-
copy(id?: Nullable<string>, type?: string): vonage.VoiceInviteFromInfoJS;
|
|
143
|
-
toString(): string;
|
|
144
|
-
hashCode(): number;
|
|
145
|
-
equals(other: Nullable<any>): boolean;
|
|
146
|
-
}
|
|
147
136
|
class VoiceInviteJS {
|
|
148
137
|
private constructor();
|
|
149
|
-
get from():
|
|
138
|
+
get from(): string;
|
|
139
|
+
get type(): string;
|
|
150
140
|
answerCall(): Promise<vonage.VoiceCallJS>;
|
|
151
141
|
rejectCall(): Promise<any>;
|
|
152
142
|
}
|