Skip to content

@camera.ui/sdk / camera / RtpSessionBackchannelOptions

Interface: RtpSessionBackchannelOptions

Defined in: camera/streaming.ts:251

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

Properties

channels?

optional channels?: number

Defined in: camera/streaming.ts:261

Audio channels.


clockRate

clockRate: number

Defined in: camera/streaming.ts:257

Audio clock rate.


decoderCodec

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

Defined in: camera/streaming.ts:253

Audio decoder codec.


fmtp?

optional fmtp?: string

Defined in: camera/streaming.ts:263

Format parameters.


payloadType

payloadType: number

Defined in: camera/streaming.ts:255

RTP payload type.


sampleFormat?

optional sampleFormat?: string

Defined in: camera/streaming.ts:259

PCM sample format.


srtp?

optional srtp?: object

Defined in: camera/streaming.ts:265

SRTP encryption configuration.

key

key: Buffer

salt

salt: Buffer

suite?

optional suite?: "AES_CM_128_HMAC_SHA1_80" | "AES_CM_256_HMAC_SHA1_80"