Link Search Menu Expand Document

arena-py API v0.9.6

arena.attributes.jitsi_video

JitsiVideo attribute class to manage its properties in the ARENA: Apply a jitsi video source to the geometry. Usage: jitsi_video=JitsiVideo(...)

Parameters
  • str displayName: ARENA or Jitsi display name of the video source; Will be ignored if jitsiId is given. (* change requires reload* ). (optional)
  • str jitsiId: JitsiId of the video source; If defined will override displayName. (optional)
JitsiVideo(jitsiId=None, displayName=None)