Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

fix: rooms not created TTL Expired #604

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2022

  1. fix: peers avatar and extraInfo not updating on redis

    Everywhere we have type declaration and usage for avatar and extraInfo for peer. But not set on redis while creating peers.
    hariprasath2603 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e95650f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. fix: SA5011 lint error on room_signal file

    Before pinfo null check routines returning error sid and uid are dereferenced.
    
    Moved the dereference after error handling for null check.
    hariprasath2603 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    8c3f17e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. fix: extraInfo and avatar are not reflecting on UpdatePeer and AddPeer

    On UpdatePeer event and AddPeer  methods there is missing implementation for updating or adding avatar and extrInfo of a peer.
    hariprasath2603 committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    5152703 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. fix: room not created if TTL expires while peers join

    Peers are able to join on the TTL expired room.
    
    But room entry not created on the redis only peers entry is created.
    
    Checking the room entry exist on the redis if not creating one.
    
    This kind of approach used on old version, removed on the latest releases.
    hariprasath2603 committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    23a56ce View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    6621e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2bcff2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    3225361 View commit details
    Browse the repository at this point in the history