srakadetective.blogg.se

Jitsi meet webinar
Jitsi meet webinar








jitsi meet webinar

cameraDeviceId - the deviceID for the video device that is going to be used.

jitsi meet webinar

  • constraints - the prefered encoding properties for the created track (replaces 'resolution' in newer releases of browsers).
  • resolution - the prefered resolution for the local video.
  • If that property is not set GUM will try to get all available devices.
  • devices - array with the devices - "desktop", "video" and "audio" that will be passed to GUM.
  • jitsi meet webinar

    You can change the following properties there: options - JS object with configuration options for the local media tracks.If rejected, passes JitsiTrackError instance to catch block. JitsiMeetJS.createLocalTracks(options) - Creates the media tracks and returns them through Promise object. For example to have only error messages you should do: tLogLevel - changes the log level for the library. You can use that to create new server connection. JitsiMeetJS.JitsiConnection - the JitsiConnection constructor. It is disabled because not very useful (if the client can use udp, it likely can connect to jvb directly over udp too but it can be useful to still enable udp turn when an udp turn is known to be whitelisted on a network) `useTurnUdp` - boolean property (default false). `preferredCodec` - the mime type of the codec that needs to be made the preferred codec for the connection.

    Jitsi meet webinar code#

    `disabledCodec` - the mime type of the code that should not be negotiated on the peerconnection. `disableRtx` - (optional) boolean property (default to false). `callStatsCustomScriptUrl` - (optional) custom url to access callstats client script If specified this object will be used for storing data instead of `localStorage`. `externalStorage` - Object that implements the Storage interface. `enableAnalyticsLogging` - boolean property (default false). `disableThirdPartyRequests` - if true - callstats will be disabled and the callstats API won't be included. Enables/disables attaching global onerror handler (window.onerror). `enableWindowOnErrorHandler` - boolean property (default false). `disableAudioLevels` - boolean property.










    Jitsi meet webinar