electron sdk

Hello i want to auto accept an inbound call to my app. How would i do that in the SDK? either electron or windows

Do you mean auto accept an inbound call to join a meeting?  SDK can not do that. It’s up to the caller.

SDK has an callback, which is named IMeetingPhoneHelperEvent::onCallMeStatus(). You can use this callback event to refuse a caller to join in. However, you can not use it to ask the caller to join the meeting.