Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VoipReceiver not invoke when new incoming call . #60

Open
rachitmishra468 opened this issue Nov 17, 2021 · 2 comments
Open

VoipReceiver not invoke when new incoming call . #60

rachitmishra468 opened this issue Nov 17, 2021 · 2 comments

Comments

@rachitmishra468
Copy link

hi,

I Am try this code . but i facing some issue . when i kill the app . so I am not received any call . please suggest me how to resolve this issue .

@ddssingsong
Copy link
Owner

e...... don't u have google gcm

@rachitmishra468
Copy link
Author

i have FCM but .




    <activity
        android:name=".audiovideocall.LauncherActivity"
        android:label="@string/app_name"
        android:theme="@style/AppTheme.NoActionBar"></activity>
    <activity
        android:name=".audiovideocall.voip.CallSingleActivity"
        android:screenOrientation="portrait"
        android:showOnLockScreen="true"
        android:showWhenLocked="true"
        android:theme="@style/AppTheme.NoActionBar"
        tools:ignore="UnusedAttribute">
        <intent-filter>
            <action android:name="${applicationId}.kit.voip.single" />

            <category android:name="android.intent.category.DEFAULT" />
        </intent-filter>
    </activity>

    <receiver android:name=".audiovideocall.voip.VoipReceiver">
        <intent-filter>
            <action android:name="${applicationId}.voip.Receiver" />
        </intent-filter>
    </receiver> <!-- 悬浮窗 -->
    <service
        android:name=".audiovideocall.voip.FloatingVoipService"
        android:enabled="true"
        android:exported="true" />

can you please suggest me which class Tigger when incoming getting , application kill stage .
and i use compileSdkVersion 30 , so can you share any link .. related to this .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants