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

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
  • 该成员是否为坐席

    Returns boolean

isConferenceDelivery

  • isConferenceDelivery(): boolean
  • desc

    该成员是否为cd

    Returns boolean

isConferenceDeliveryWebRTC

  • isConferenceDeliveryWebRTC(): boolean
  • 该成员是否为CD_WebRTC

    Returns boolean

isGuest

  • isGuest(): boolean
  • 该成员是否为访客

    Returns boolean

isRecordDelivery

  • isRecordDelivery(): boolean
  • desc

    该成员是否为录制cd

    Returns boolean

update

  • 更新成员状态

    Parameters

    Returns boolean

    更新后是否有属性变化

Static formatParticipantData

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

    • data: Record<string, unknown>

    Returns Partial<Participant>

Generated using TypeDoc