Skip to content

Interface: VideoChangedEvent

Defined in: Calls.types.ts:414

Fired when video state changes on a call.

Extends

Properties

meta

ts
meta: NativeEventMeta;

Defined in: Calls.types.ts:33

Inherited from

CallActionEvent.meta


id

ts
id: string;

Defined in: Calls.types.ts:312

Inherited from

CallActionEvent.id


hasVideo

ts
hasVideo: boolean;

Defined in: Calls.types.ts:415

Released under the MIT License.