jar

com.wizzdi : video-conference-service

Maven & Gradle

Aug 24, 2023
0 stars

video conference service

Table Of Contents

Latest Version

Download com.wizzdi : video-conference-service JAR file - Latest Versions:

All Versions

Download com.wizzdi : video-conference-service JAR file - All Versions:

Version Vulnerabilities Size Updated
6.0.x
4.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window video-conference-service-6.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wizzdi.video.conference.service.service

├─ com.wizzdi.video.conference.service.service.IRoomService.class - [JAR]

├─ com.wizzdi.video.conference.service.service.IRoomToVideoServerUserService.class - [JAR]

├─ com.wizzdi.video.conference.service.service.IVideoServerService.class - [JAR]

├─ com.wizzdi.video.conference.service.service.IVideoServerUserService.class - [JAR]

├─ com.wizzdi.video.conference.service.service.RoomService.class - [JAR]

├─ com.wizzdi.video.conference.service.service.RoomToVideoServerUserService.class - [JAR]

├─ com.wizzdi.video.conference.service.service.VideoServerService.class - [JAR]

├─ com.wizzdi.video.conference.service.service.VideoServerUserService.class - [JAR]

com.wizzdi.video.conference.service.request

├─ com.wizzdi.video.conference.service.request.JitsiTokenRequest.class - [JAR]

├─ com.wizzdi.video.conference.service.request.JitsiUser.class - [JAR]

├─ com.wizzdi.video.conference.service.request.RoomCreate.class - [JAR]

├─ com.wizzdi.video.conference.service.request.RoomFilter.class - [JAR]

├─ com.wizzdi.video.conference.service.request.RoomToVideoServerUserCreate.class - [JAR]

├─ com.wizzdi.video.conference.service.request.RoomToVideoServerUserFilter.class - [JAR]

├─ com.wizzdi.video.conference.service.request.RoomToVideoServerUserUpdate.class - [JAR]

├─ com.wizzdi.video.conference.service.request.RoomUpdate.class - [JAR]

├─ com.wizzdi.video.conference.service.request.VideoServerCreate.class - [JAR]

├─ com.wizzdi.video.conference.service.request.VideoServerFilter.class - [JAR]

├─ com.wizzdi.video.conference.service.request.VideoServerUpdate.class - [JAR]

├─ com.wizzdi.video.conference.service.request.VideoServerUserCreate.class - [JAR]

├─ com.wizzdi.video.conference.service.request.VideoServerUserFilter.class - [JAR]

├─ com.wizzdi.video.conference.service.request.VideoServerUserUpdate.class - [JAR]

com.wizzdi.video.conference.service.controller

├─ com.wizzdi.video.conference.service.controller.RoomController.class - [JAR]

├─ com.wizzdi.video.conference.service.controller.RoomToVideoServerUserController.class - [JAR]

├─ com.wizzdi.video.conference.service.controller.VideoServerController.class - [JAR]

├─ com.wizzdi.video.conference.service.controller.VideoServerUserController.class - [JAR]

com.wizzdi.video.conference.service.data

├─ com.wizzdi.video.conference.service.data.IRoomRepository.class - [JAR]

├─ com.wizzdi.video.conference.service.data.IRoomToVideoServerUserRepository.class - [JAR]

├─ com.wizzdi.video.conference.service.data.IVideoServerRepository.class - [JAR]

├─ com.wizzdi.video.conference.service.data.IVideoServerUserRepository.class - [JAR]

├─ com.wizzdi.video.conference.service.data.RoomRepository.class - [JAR]

├─ com.wizzdi.video.conference.service.data.RoomToVideoServerUserRepository.class - [JAR]

├─ com.wizzdi.video.conference.service.data.VideoServerRepository.class - [JAR]

├─ com.wizzdi.video.conference.service.data.VideoServerUserRepository.class - [JAR]

com.wizzdi.video.conference.service.response

├─ com.wizzdi.video.conference.service.response.JitsiTokenResponse.class - [JAR]

com.wizzdi.video.conference.service.interfaces

├─ com.wizzdi.video.conference.service.interfaces.VideoUserProvider.class - [JAR]

Advertisement