Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Room creation_content always empty when creating a Room #540

Open
ChristianJGarrido opened this issue Apr 17, 2020 · 0 comments
Open

Room creation_content always empty when creating a Room #540

ChristianJGarrido opened this issue Apr 17, 2020 · 0 comments

Comments

@ChristianJGarrido
Copy link

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;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant