Options
All
  • Public
  • Public/Protected
  • All
Menu
element

sceenic-video-room

Hierarchy

Index

Constructors

constructor

Properties

minVideoHeight

minVideoHeight: number = 0

to set the video min height for all the participant default 0 will auto calculate video height based on container height

minVideoWidth

minVideoWidth: number = 0

to set the video min width for all the participant default 0 will auto calculate video width based on container width

state

unsubscribeServiceModel

unsubscribeServiceModel: () => void

Type declaration

    • (): void
    • Returns void

videoAspectRatio

videoAspectRatio: number = ...

videoRoomContainerId

videoRoomContainerId: string = 'video-session-container'

videoRoomService

videoRoomService: SceenicService

Accessors

participantsContainerEl

  • get participantsContainerEl(): HTMLDivElement
  • Returns HTMLDivElement

videoRoomIdInputEl

  • get videoRoomIdInputEl(): HTMLInputElement
  • Returns HTMLInputElement

Methods

connectedCallback

  • connectedCallback(): void
  • Returns void

createRenderRoot

createVideoRoom

  • createVideoRoom(): void

disconnectedCallback

  • disconnectedCallback(): void
  • Returns void

getVideoRoomId

  • getVideoRoomId(): string

isAudioEnabled

  • isAudioEnabled(): boolean

isPluginInitialised

  • isPluginInitialised(): boolean

isVideoEnabled

  • isVideoEnabled(): boolean

isVideoRoomConnected

  • isVideoRoomConnected(): boolean

joinVideoRoom

  • joinVideoRoom(): void

leaveVideoRoom

  • leaveVideoRoom(): void

onPluginIntialised

  • onPluginIntialised(__namedParameters: Object): void
  • Parameters

    • __namedParameters: Object

    Returns void

recalculateParticipantsLayout

  • recalculateParticipantsLayout(): void
  • Returns void

render

  • render(): TemplateResult

renderInSessionControls

  • renderInSessionControls(): TemplateResult

renderNoPluginInitContainer

  • renderNoPluginInitContainer(): TemplateResult

renderParticipant

  • Parameters

    Returns (part: Part) => void

      • (part: Part): void
      • Parameters

        • part: Part

        Returns void

renderParticipants

  • renderParticipants(): TemplateResult

renderParticipantsGallery

  • renderParticipantsGallery(): TemplateResult

renderSessionDetails

  • renderSessionDetails(): TemplateResult

renderSessionEntryControls

  • renderSessionEntryControls(): TemplateResult

renderVideoSessionContainer

  • renderVideoSessionContainer(): TemplateResult

renderVideoSessionControls

  • renderVideoSessionControls(): TemplateResult

toggleAudio

  • toggleAudio(): void

toggleVideo

  • toggleVideo(): void

updateState

Legend

  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method

Generated using TypeDoc