mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(external-api) notify conference joined with room type flag
This commit is contained in:
committed by
Horatiu Muresan
parent
debb63d3d6
commit
63a4b106ac
@@ -1148,8 +1148,8 @@ class API {
|
||||
*
|
||||
* @param {string} roomName - The room name.
|
||||
* @param {string} id - The id of the local user.
|
||||
* @param {Object} props - The display name and avatar URL of the local
|
||||
* user.
|
||||
* @param {Object} props - The display name, the avatar URL of the local
|
||||
* user and the type of the room.
|
||||
* @returns {void}
|
||||
*/
|
||||
notifyConferenceJoined(roomName: string, id: string, props: Object) {
|
||||
|
||||
Reference in New Issue
Block a user