Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

BackchannelSettings

BackchannelSettings: { relay: string }

Type declaration

  • relay: string

Code

Code: string

ContactId

ContactId: string

DiscoveryKey

DiscoveryKey: string

DocumentId

DocumentId: string

FileMetadata

FileMetadata: { id: string; lastModified?: number; mime_type: string; name: string; size: number }

Type declaration

  • id: string
  • Optional lastModified?: number
  • mime_type: string
  • name: string
  • size: number

FileProgress

FileProgress: { contactId: string; data?: Uint8Array; id: string; offset: number; progress: number; size: number }

Type declaration

  • contactId: string
  • Optional data?: Uint8Array
  • id: string
  • offset: number
  • progress: number
  • size: number

Key

Key: string

MessageId

MessageId: string

PendingFile

PendingFile: { contactId: string; file: File; meta: FileMetadata }

Type declaration

SendFn

SendFn: (msg: Uint8Array) => void

Type declaration

    • (msg: Uint8Array): void
    • Parameters

      • msg: Uint8Array

      Returns void

Generated using TypeDoc