@geckos.io/common
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -20,2 +20,9 @@ declare const ArrayBufferView: any; | ||
} | ||
export interface ClientOptions { | ||
iceServers?: RTCIceServer[]; | ||
iceTransportPolicy?: RTCIceTransportPolicy; | ||
url?: string; | ||
port?: number; | ||
label?: string; | ||
} | ||
export interface EventCallbackClient { | ||
@@ -22,0 +29,0 @@ (data: Data): void; |
{ | ||
"name": "@geckos.io/common", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "The common module for @geckos.io/server and @geckos.io/client.", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15100
218