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?