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