Interface DataChannelMessage<T>

Type of any data channel message returned by the server.

Type Parameters

  • T = any

Hierarchy

  • DataChannelMessage

Properties

Properties

message?: string
obj?: T
type: string

Generated using TypeDoc