prefix?
This commit is contained in:
parent
6351685165
commit
d25450e022
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import * as Types from '../../../proto/autogenerated/ts/types.js'
|
||||||
import { NostrSend, SendData, SendInitiator } from "../nostr/handler.js"
|
import { NostrSend, SendData, SendInitiator } from "../nostr/handler.js"
|
||||||
import { encodeTLbV, encodeTLV, encodeTLVDataPacket } from '../helpers/tlv.js'
|
import { encodeTLbV, encodeTLV, encodeTLVDataPacket } from '../helpers/tlv.js'
|
||||||
type IceCandidate = { type: string, candidate?: string, sdpMid?: string, sdpMLineIndex?: number }
|
type IceCandidate = { type: string, candidate?: string, sdpMid?: string, sdpMLineIndex?: number }
|
||||||
const configuration = { 'iceServers': [{ 'urls': 'relay.webwormhole.io' }] }
|
const configuration = { 'iceServers': [{ 'urls': 'stun:relay.webwormhole.io' }] }
|
||||||
type UserInfo = { userPub: string, appId: string }
|
type UserInfo = { userPub: string, appId: string }
|
||||||
export default class webRTC {
|
export default class webRTC {
|
||||||
private storage: Storage
|
private storage: Storage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue