joining and leaving backend side done and now agora test here we go
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import AgoraService from "./agoraService";
|
||||
import CloudStorageService from "./cloudStorageService";
|
||||
import ConversationService from "./conversationService";
|
||||
import UserService from "./userService";
|
||||
@@ -7,3 +8,5 @@ export const conversationService = new ConversationService();
|
||||
export const userService = new UserService();
|
||||
|
||||
export const cloudStorageService = new CloudStorageService();
|
||||
|
||||
export const agoraService = new AgoraService();
|
||||
|
||||
Reference in New Issue
Block a user