Interface ICallFeedOpts

Hierarchy

  • ICallFeedOpts

Properties

audioMuted: boolean

Whether or not the remote SDPStreamMetadata says audio is muted

call?: MatrixCall

The MatrixCall which is the source of this CallFeed

client: MatrixClient
deviceId: undefined | string
feedId: string

Now, this should be the same as streamId but in the future we might want to use something different

roomId?: string
stream?: MediaStream
tracksMetadata?: SDPStreamMetadataTracks
userId: string
videoMuted: boolean

Whether or not the remote SDPStreamMetadata says video is muted

Generated using TypeDoc