Skip to content

@camera.ui/sdk / camera / RtpSessionBackchannelOptions

Interface: RtpSessionBackchannelOptions

Defined in: camera/streaming.ts:283

Backchannel (two-way audio) configuration for RTP sessions.

Properties

channels?

optional channels?: number

Defined in: camera/streaming.ts:293

Audio channels


clockRate

clockRate: number

Defined in: camera/streaming.ts:289

Audio clock rate


decoderCodec

decoderCodec: "pcm_mulaw" | "pcm_alaw" | "libopus" | "libfdk_aac"

Defined in: camera/streaming.ts:285

Audio decoder codec


fmtp?

optional fmtp?: string

Defined in: camera/streaming.ts:295

Format parameters


payloadType

payloadType: number

Defined in: camera/streaming.ts:287

RTP payload type


sampleFormat?

optional sampleFormat?: string

Defined in: camera/streaming.ts:291

PCM sample format


srtp?

optional srtp?: object

Defined in: camera/streaming.ts:297

SRTP encryption configuration

key

key: Buffer

salt

salt: Buffer

suite?

optional suite?: "AES_CM_128_HMAC_SHA1_80" | "AES_CM_256_HMAC_SHA1_80"