VoiSmart / pjsip-android

SIP Service for Android based on PJSIP
http://www.pjsip.org/
Apache License 2.0
290 stars 140 forks source link

Return models in the broadcast receiver - Kotlin? - Open to contributions? #145

Closed somekoder closed 3 years ago

somekoder commented 3 years ago

Hey! Are you guys accepting contributions? If yes, I would love to help out. What I'm proposing is perhaps I can start by implementing some Kotlin into your library. I think the broadcast receiver can benefit from returning models instead of individual fields. This could make the things more expandable in the future.

What do you think?