stun update
This commit is contained in:
parent
e6c3e9654e
commit
7dc6cffd1d
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 { encodeTLbV, encodeTLV, encodeTLVDataPacket } from '../helpers/tlv.js'
|
||||
type IceCandidate = { type: string, candidate?: string, sdpMid?: string, sdpMLineIndex?: number }
|
||||
const configuration = { 'iceServers': [{ 'urls': 'stun:stun.l.google.com:19302' }] }
|
||||
const configuration = { 'iceServers': [{ 'urls': 'stunserver2024.stunprotocol.org' }] }
|
||||
type UserInfo = { userPub: string, appId: string }
|
||||
export default class webRTC {
|
||||
private storage: Storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue