Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

audio

audio: boolean

changeParam

changeParam: Partial<Record<keyof Participant, boolean>>

displayName

displayName: string

昵称

network

recording

recording: boolean

role

role: number

成员角色

sipTalkingState

sipTalkingState: SipTalkingState

sip用户通话状态

state

state: number

type

获得成员类型

uri

uri: string

userId

userId: string

用户标识

video

video: boolean

volume

volume: number

Accessors

account

  • get account(): string
  • alias

    userId

    Returns string

id0

  • get id0(): string
  • alias

    uri

    Returns string

nick

  • get nick(): string
  • alias

    displayName

    Returns string

Methods

isAgent

  • isAgent(): boolean

isConferenceDelivery

  • isConferenceDelivery(): boolean

isConferenceDeliveryWebRTC

  • isConferenceDeliveryWebRTC(): boolean

isGuest

  • isGuest(): boolean

isRecordDelivery

  • isRecordDelivery(): boolean

update

Static formatParticipantData

  • formatParticipantData(data: Record<string, unknown>): Partial<Participant>

Generated using TypeDoc