[mirotalk] - add doc

This commit is contained in:
Miroslav Pejic
2025-06-04 00:26:14 +02:00
parent 7c65b24299
commit 79c04a92a6
+4
View File
@@ -1435,6 +1435,10 @@ async function getButtons() {
}
}
/**
* Get user name from OIDC profile
* @returns {string} Peer Name
*/
async function getUserName() {
try {
const { data: profile } = await axios.get('/profile', { timeout: 5000 });