Open ChristianJGarrido opened 4 years ago
I believe this is because the creation_content is of type Object when it should be of type Serializable in CreateRoomParams.java
public Object creation_content;
to
public Serializable creation_content;
I believe this is because the creation_content is of type Object when it should be of type Serializable in CreateRoomParams.java
public Object creation_content;
to
public Serializable creation_content;