Replies: 2 comments 2 replies
-
Not sure I’m not really familiar with that. Not sure what you mean by “callers information”. Or do you mean by how it shows what app is playing? Yeah it’s strange Windows behaviour, I don’t understand it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that this project use DLL for SMTC support.
I've tried writing python code to do the same thing as in DLL.
But I found that the SMTC object I created doesn't show the caller's information.
And I've found that when I change the executable's file name from "Tauon.exe" to "Something.exe" (any string that isn't equal to Tauon), the system likewise doesn't show the caller's information.
When I use another Python interpreter named Tauon.exe to load and run the init function in the dll, the system also does not display the caller information.
It's confusing, have you ever had a similar problem?
Beta Was this translation helpful? Give feedback.
All reactions