Room creation with API, SDK issue

Hi, i am creating Group Calls room on server side, and passing only one parameter type

after that i’m trying to fetch room inside IOS application, using this method:
on SendBirdCall.fetchRoom(by: "id")
and receive error:
(MalformedData 1800208 The data format of the response is invalid.)
when i create room on server side, i can not add created_by,
on IOS Room can not be initialized because createdBy i null
can you please help me please with this issue?

Hello @Mykhailo_Bontar , thanks for reaching out!
We fixed the bug that caused this issue yesterday. Can you please try again and check if it works?

it’s working, thanks :slight_smile:

1 Like