AgoraVideoCallRear constructor

const AgoraVideoCallRear({
  1. Key? key,
  2. required double floatingLayoutWidth,
  3. required double floatingLayoutHeight,
  4. required bool isFrontCameraDefault,
  5. required String token,
  6. required String channelName,
  7. required String appID,
})

Implementation

const AgoraVideoCallRear({Key? key, required this.floatingLayoutWidth,
  required this.floatingLayoutHeight, required this.isFrontCameraDefault, required this.token, required this.channelName, required this.appID})
    : super(key: key);