Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ConferenceStream
    • IStream

Index

Properties

audio: { isActiveIn: boolean; isActiveOut: boolean }

[isActiveIn] - The activity flag of the client inbound connection from the media server. [isActiveOut] - The activity flag of the client outbound connection from the media server.;

Type declaration

  • isActiveIn: boolean
  • isActiveOut: boolean
deleted?: boolean

Whether the stream is inactive

features: []

Array<"annotations" | "rdc">|"annotations" | "rdc" A list of client-side features implemented for this stream. Also you can change possible enum values via service configuration;

id: string

TapId for stream

isSessionInactive: boolean

Flag for session is inactive

participantId: string

Participant id

sessionId: string

Session id

startTime: string

The conference start time (when the very first session is attached to a meeting, or both participants of a call are joined)

stream?: MediaStream

Real MediaStream for participant

subtype?: string

Subtype stream 'screen' | 'window' | 'tab'

type: string

Type stream "video/main" | "video/screensharing" | "video/whiteboard" | "audio/main"

userAgent: null | string

Code user client agent. Pattern: project/client/version. Example: rcv/web/1.1

video: { isActiveIn: boolean; isActiveOut: boolean }

[isActiveIn] - The activity flag of the client inbound connection from the media server. [isActiveOut] - The activity flag of the client outbound connection from the media server.;

Type declaration

  • isActiveIn: boolean
  • isActiveOut: boolean