chore(llc): add more tests

This commit is contained in:
Salvatore Giordano
2022-08-25 18:17:54 +02:00
parent af055e367b
commit b924337d24
3 changed files with 72 additions and 3 deletions
@@ -595,12 +595,10 @@ class StreamChatClient {
required String callType,
required String channelType,
required String channelId,
Map<String, Object?>? options,
}) async {
return _chatApi.call.createCall(
callId: callId,
callType: callType,
options: options,
channelType: channelType,
channelId: channelId,
);
@@ -24,7 +24,6 @@ class CallApi {
required String callType,
required String channelType,
required String channelId,
Map<String, Object?>? options,
}) async {
final response =
await _client.post(_getChannelUrl(channelId, channelType), data: {