Property signature MediaEntry.participant

Participant abstraction associated with this media entry. participant is immutable.

Signature

readonly participant: Subscribable<Participant | undefined>;

Details

Type Subscribable<Participant | undefined>
Optional No
Readonly Yes