WebRTC Shim added

This commit is contained in:
Abdussamed ULUTAŞ 2023-01-01 20:38:16 +03:00
parent 1f0b90e332
commit 229f435530
3 changed files with 5 additions and 5 deletions

View File

@ -150,7 +150,7 @@ export class IPPressure
public async queryAPIPAddress(ip:string)
{
let {status,socket} = await this.mwse.EventPooling.request({
type: 'alloc/APIPAddress',
type: 'whois/APIPAddress',
whois: ip
}) as {
status:"fail"|"success",
@ -166,7 +166,7 @@ export class IPPressure
public async queryAPNumber(number:number)
{
let {status,socket} = await this.mwse.EventPooling.request({
type: 'alloc/APNumber',
type: 'whois/APNumber',
whois: number
}) as {
status:"fail"|"success",
@ -182,7 +182,7 @@ export class IPPressure
public async queryAPShortCode(code:string)
{
let {status,socket} = await this.mwse.EventPooling.request({
type: 'alloc/APShortCode',
type: 'whois/APShortCode',
whois: code
}) as {
status:"fail"|"success",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long