Using Communication Components > AVPresence component > AVPresence component Property inspector

 

AVPresence component Property inspector

You can set the following variables from the Property inspector for your component instance.

Name

Variable

Description

Sync Speed

updateFps

Number; default value: 3. Sets how many times per second this component sends messages. This value is independent of the audio and video quality, and it controls how quickly an instance responds to sending and receiving new streams as well as the update rate of the audio meter.

Video Width

vidWidth

Number; default value: 120. Sets the width, in pixels, to be used for the local camera setting. vidWidth is overwritten when FCSetBandwidth is used.

Video Height

vidHeight

Number; default value: 120. Sets the height, in pixels, for the local camera setting. vidHeight is overwritten when FCSetBandwidth is used.

Video Bandwidth

vidBandwidth

Number; default value: 12,000. Sets the maximum bandwidth, in bits, for the local camera setting. vidBandwidth is overwritten when FCSetBandwidth is used.

Video Quality

vidQuality

Number; default value: 0. Sets the maximum quality for the local camera setting; 0 indicates the use of the highest possible quality for the given bandwidth. vidQuality is overwritten when FCSetBandwidth is used.

Video FPS

vidFps

Number; default value: 10. Sets the frames per second for the local camera setting. vidFps is overwritten when FCSetBandwidth is used.