MediaInputs interface

Input parameter supplied to the select Media API

Properties

audioProps

Additional properties for audio capture flows.

imageProps

Additional properties for customization of select media - Image in mobile devices.

maxMediaCount

max limit of media allowed to be selected in one go, current max limit is 10 set by office lens.

mediaType

Only one media type can be selected at a time

videoAndImageProps

Additional properties for customization of select media - VideoAndImage in mobile devices.

videoProps

Additional properties for customization of select media - Video in mobile devices.

Property Details

audioProps

Additional properties for audio capture flows.

audioProps?: AudioProps

Property Value

@microsoft/teams-js.@microsoft.teams-js.media.AudioProps

imageProps

Additional properties for customization of select media - Image in mobile devices.

imageProps?: ImageProps

Property Value

@microsoft/teams-js.@microsoft.teams-js.media.ImageProps

maxMediaCount

max limit of media allowed to be selected in one go, current max limit is 10 set by office lens.

maxMediaCount: number

Property Value

number

mediaType

Only one media type can be selected at a time

mediaType: MediaType

Property Value

@microsoft/teams-js.@microsoft.teams-js.media.MediaType

videoAndImageProps

Additional properties for customization of select media - VideoAndImage in mobile devices.

videoAndImageProps?: VideoAndImageProps

Property Value

@microsoft/teams-js.@microsoft.teams-js.media.VideoAndImageProps

videoProps

Additional properties for customization of select media - Video in mobile devices.

videoProps?: VideoProps

Property Value

@microsoft/teams-js.@microsoft.teams-js.media.VideoProps