history module

Note

This namespace is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Namespace to get the list of content shared in a Teams meeting

Interfaces

IContentResponse

Represents the data returned when calling getContent

Functions

getContent()

Get the list of content shared in a Teams meeting

isSupported()

Checks if sharing.history capability is supported by the host

Function Details

getContent()

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Get the list of content shared in a Teams meeting

function getContent(): Promise<IContentResponse[]>

Returns

Promise<IContentResponse[]>

Promise that will resolve with the IContentResponse objects array

isSupported()

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Checks if sharing.history capability is supported by the host

function isSupported(): boolean

Returns

boolean

boolean to represent whether the sharing.history capability is supported