Support for Room Creation with initial Room Metadata
calvin-seo opened this issue · 0 comments
calvin-seo commented
Is your feature request related to a problem? Please describe.
kotiln-sdk's RoomServiceClient only supports creation of room without metadata
so if you want create a room with initial metadata, you have to request room update once you created room first
Describe the solution you'd like
simply add additional parameter for metadata, then pass it to the roomRequestBuilder
Describe alternatives you've considered
maybe change the method to allow passing CreateRoomRequest just like go-sdk