Skip to content

nooralibutt/easy_prank_call

Repository files navigation

Easy Prank Call

pub package Last Commits Pull Requests Code size License

Show some 💙, 👍 the package & ⭐️ the repo to support the project

You can schedule a prank audio and video call with this package.

Features

  • Support Incoming Audio call
  • Support incoming video call
  • Support for Schedule Call for Future

How to use

EasyPrankCallApp(
  title: 'Scary Teacher Prank',
  avatarImgPath: 'assets/images/calling_face.jpg',
  videoPath: 'assets/videos/teacher_video.mov',
  placementBuilder: _addPlacements,
  onTapEvent: _onTapEvent,
  onDialCall: _callOnWatchAd,
  callType: EasyCallType.video,
  callScheduleDuration: Duration(seconds: 7),
  skipCallSettings: true,
  ringtonePath: 'YOUR_AUDIO_URL / YOUR_AUDIO_ASSET',
)

iOS Permissions

You have to add following permissions to access your camera.

	<key>NSCameraUsageDescription</key>
    <string>In order to video call, we need this permission.</string>
    <key>NSMicrophoneUsageDescription</key>
    <string>In order to video call, we need this permission.</string>

See Example for better understanding.

Authors

Noor Ali Butt

GitHub Follow LinkedIn Link

Hanzla Waheed

GitHub Follow LinkedIn Link

About

This package is for prank call. You can add this package to just add the feature of prank call for user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published