tam add chat
This commit is contained in:
2
client/frontend/wailsjs/go/main/App.d.ts
vendored
2
client/frontend/wailsjs/go/main/App.d.ts
vendored
@@ -22,3 +22,5 @@ export function NavigateToLogin():Promise<void>;
|
||||
export function SendChatMessage(arg1:string):Promise<void>;
|
||||
|
||||
export function SendWebcamFrame(arg1:string):Promise<void>;
|
||||
|
||||
export function UnlockChatAudio():Promise<void>;
|
||||
|
||||
@@ -45,3 +45,7 @@ export function SendChatMessage(arg1) {
|
||||
export function SendWebcamFrame(arg1) {
|
||||
return window['go']['main']['App']['SendWebcamFrame'](arg1);
|
||||
}
|
||||
|
||||
export function UnlockChatAudio() {
|
||||
return window['go']['main']['App']['UnlockChatAudio']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user