twilio / twilio-video-app-android

A collaboration application built with the Twilio Video Android SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Min api 21

techproarvind opened this issue · comments

`Future connect(ConnectOptions connectOptions) async {
assert(connectOptions != null);

if (await requestPermissionForCameraAndMicrophone()) {
  final bool wasRequestSuccessful = await methodChannel.invokeMethod(
      'connect',
      <String, Object>{'connectOptions': connectOptions.toMap()});
  // print('Room Connected Successfully: $roomId');
  return wasRequestSuccessful;
}
throw Exception('Permissions not granted');

}`

that code give no any response in flutter api min version 21
and API Level 24 that time it's working fine .

Hi @ArvindMewada . I'm not sure what code you are referring to in this project and it appears to be related to flutter, which we do not support as part of this repository. I'm going to close this issue for now. Thanks!