mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 04:00:33 +08:00
Merge pull request #6343 from aylarov/master
Error fixes and optimizations
This commit is contained in:
8
voximplant-websdk/voximplant-websdk.d.ts
vendored
8
voximplant-websdk/voximplant-websdk.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Alexey Aylarov <https://github.com/aylarov/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module VoxImplant {
|
||||
declare namespace VoxImplant {
|
||||
|
||||
module Events {
|
||||
|
||||
@@ -727,7 +727,7 @@ declare module VoxImplant {
|
||||
*
|
||||
* @param config Client configuration options
|
||||
*/
|
||||
init(config: Config): void;
|
||||
init(config?: Config): void;
|
||||
/**
|
||||
* Check if WebRTC support is available
|
||||
*/
|
||||
@@ -1163,3 +1163,7 @@ declare module VoxImplant {
|
||||
function version(): String;
|
||||
|
||||
}
|
||||
|
||||
declare module "voximplant-websdk" {
|
||||
export = VoxImplant;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user