@camera.ui/sdk / camera / RtpSessionBackchannelOptions
Interface: RtpSessionBackchannelOptions
Defined in: camera/streaming.ts:283
Backchannel (two-way audio) configuration for RTP sessions.
Properties
channels?
optionalchannels?: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?
optionalfmtp?:string
Defined in: camera/streaming.ts:295
Format parameters
payloadType
payloadType:
number
Defined in: camera/streaming.ts:287
RTP payload type
sampleFormat?
optionalsampleFormat?:string
Defined in: camera/streaming.ts:291
PCM sample format
srtp?
optionalsrtp?:object
Defined in: camera/streaming.ts:297
SRTP encryption configuration
key
key:
Buffer
salt
salt:
Buffer
suite?
optionalsuite?:"AES_CM_128_HMAC_SHA1_80"|"AES_CM_256_HMAC_SHA1_80"