You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Set correct API name.
This commit is contained in:
@ -368,6 +368,7 @@ export default class WidgetMessaging extends MatrixPostMessageApi {
|
||||
*/
|
||||
getScreenshot() {
|
||||
this.exec({
|
||||
api: "widget_client",
|
||||
action: "screenshot",
|
||||
}).then(function(screenshot) {
|
||||
console.warn("got screenshot", screenshot);
|
||||
|
Reference in New Issue
Block a user