All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qiniu.rtc.model.RoomParam Maven / Gradle / Ivy

There is a newer version: 7.17.0
Show newest version
// codebeat:disable[TOO_MANY_IVARS]
package com.qiniu.rtc.model;

import lombok.Data;

@Data
public class RoomParam {
    private String roomName;
    private int maxUsers;
    private int autoCloseTtlS;
    private int noEntreTtlS;
    private boolean openRoom;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy