interface ConnectionData

export interface ConnectionData

Information about the current connection, e.g. which encryption mode is to be used on the connection, timing information for playback of streams.

encryptionMode : string

nonce : number

nonceBuffer : Buffer

packetsPlayed : number

secretKey : Uint8Array

sequence : number

speaking : boolean

ssrc : number

timestamp : number