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

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

There is a newer version: 7.17.0
Show newest version
package com.qiniu.rtc.model;

import lombok.Data;

@Data
public class AppParam {
    private String appId;
    private String hub;
    private String title;
    private int maxUsers;
    private boolean noAutoKickUser;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy