android - Video Chat feature for Django and possibly Ionic -


i developed website django (python). website allows users make 1-to-1 video chat each others. video chat feature i'm using webrtc quite results.

now i'm planning to:

  • upgrade paid service video chat (to improve preformances , fix browser incompatibilities)
  • ideally using same paid service ionic app (both android , ios) - service should provide android/ios sdks

i'm thinking cometchat. have experience or other services? suggestion appreciated.

you have create api charging users , provide same according below-mentioned steps:

  1. create feature on site allows users purchase credits (by making payment)
  2. create simple api deduct credits , check number of credits

once provide api, modify cometchat when user sends message can check number of credits , deduct them using api.

please let know if need further assistance same.

regards


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -