Config in init is optional

This commit is contained in:
voximplant
2015-11-04 21:56:07 +03:00
parent 7a168c684a
commit b8e1384f77
+1 -1
View File
@@ -773,7 +773,7 @@ declare namespace VoxImplant {
*
* @param config Client configuration options
*/
init(config: Config): void;
init(config?: Config): void;
/**
* Check if WebRTC support is available
*/