UNPKG

mediasfu-reactnative

Version:
18 lines 490 B
/** * AParamsType object containing encoding parameters. * * @constant * @type {AParamsType} * @property {Array<Object>} encodings - Array of encoding configurations. * @property {string} encodings[].rid - The RTP stream identifier. * @property {number} encodings[].maxBitrate - The maximum bitrate for the encoding. */ export const aParams = { encodings: [ { rid: 'r0', maxBitrate: 64000, }, ], }; //# sourceMappingURL=aParams.js.map