Opened 10 years ago
Closed 10 years ago
#1779 closed enhancement (fixed)
Add API for registering external/native thread to pjsua2
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.3 |
Component: | pjsua2 | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
This ticket adds the following APIs:
- Endpoint::libRegisterThread()
- Endpoint::libIsThreadRegistered()
and deprecates the following APIs (experimental and unused):
- Endpoint::libRegisterWorkerThread()
- pjsua_register_worker_thread()
Change History (1)
comment:1 Changed 10 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4887: