Skip to content

First release of Peer Meeting

Compare
Choose a tag to compare
@AMEST AMEST released this 19 Jun 13:36
· 36 commits to master since this release
ecd2e15

PeerMeeting Release

The first full-fledged release of the service. The following basic functionality has been fully implemented:
Client part:

  • full peer then peer conferencing, with the number of participants from 2 to 250 (limitation of p2p connections per tab)
  • video conferences
  • microphone
  • video
  • screen sharing
  • audio / video mute
  • display of participants
  • in room chat
  • participant control (mute/mute all/kick from room)

Server part:

  • Routing WebRTC messages
  • Horizontal scaling of the service by connecting to Redis

Ready to use, but better performing load testing to make sure the service is able to withstand the production loads of a particular organization.

Changes relative to the latest candidate release

Client

Features:

  • Add participants control menu:
    • mute participant
    • mute all participants
    • kick participant
  • Add End call page
  • Chat in rooms

Fixes:

  • Fix Participant control menu position when half screen mode
  • Fix timer where creating blank cards when participant have not card (deleted any stream)

Server

Features:

  • Add Chat Hub