MediaNodeState class

Signature:

export declare class MediaNodeState<Events extends EventMap & MediaNodeStateEvents = MediaNodeStateEvents>

Constructors

Constructor Modifiers Description

(constructor)(client)

Constructs a new instance of the MediaNodeState class

Properties

Property Type Description

closeAwait?

() ⇒ void

(Optional)

closed

boolean

events

EventEmitter

id

MediaNodeId | undefined

Methods

Method Modifiers Description

close()

emit(name, arg)

protected

off(name, listener)

on(name, listener)