Conversation
4614e29 to
81bc8a2
Compare
|
Apologies for the late reply @kbalt and thanks for this feature! I ran into some unrelated issues that I had to solve before I could test it. I would like to test it some more but the functionality works! I did have to make some local changes to make |
|
Tested this out further and it is working well for me. This could be useful: diff --git a/sip/sip-ua/src/lib.rs b/sip/sip-ua/src/lib.rs
index 916dfde8aa..9b494c81f6 100644
--- a/sip/sip-ua/src/lib.rs
+++ b/sip/sip-ua/src/lib.rs
@@ -28,7 +28,7 @@
mod registration;
mod subscription;
-pub use call::{Call, CallError, CallEvent};
+pub use call::{Call, CallError, CallEvent, ReferError};
pub use inbound_call::{AcceptCallError, InboundCall, InboundCallFromInviteError, NoMedia};
pub use media_backend::MediaBackend;
#[cfg(feature = "rtc")]
@@ -36,4 +36,6 @@
Codec, MediaEvent, RtcMediaBackend, RtcMediaBackendError, RtpReceiver, RtpSender,
};
pub use outbound_call::{MakeCallCompletionError, MakeCallError, OutboundCall};
+pub use refer::ReferEvent;
pub use registration::{RegisterError, RegistrarConfig, Registration};
+pub use subscription::EventSubscriptionReceiver;esp. the last two because I was unable to have the compiler infer |
17ca78c to
2eaca96
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.