Video Chat (Beta)

Only video support on your website. This is an extension for the PRO plugin. Before using it, you need to update the security rules.

You can download the Beta version here. Remember that you must have Integrate Firebase PRO version 3.12.1 in order to use this one.

    // RTC - START
    match /rooms/{room} {
        allow read, write: if request.auth != null;
        
        match /calleeCandidates/{candidate} {
      		allow read, write: if request.auth != null;
  			}
        
         match /callerCandidates/{candidate} {
      		allow read, write: if request.auth != null;
  			}
    }
    // RTC - END

Users must log in via Firebase shortcode in order to make a call

Join room

Enter ID for room to join: