add broken reframer and voip changes

This commit is contained in:
2024-09-29 22:10:20 +02:00
parent 472615a31f
commit 06c7c1fa37
4 changed files with 94 additions and 19 deletions

View File

@ -20,7 +20,7 @@ struct ToxAVVoIPModel : protected ToxAVEventI, public VoIPModelI {
void tick(void);
public: // voip model
ObjectHandle enter(const Contact3 c, const DefaultConfig& defaults) override;
ObjectHandle enter(const Contact3 c, const Components::VoIP::DefaultConfig& defaults) override;
bool accept(ObjectHandle session) override;
bool leave(ObjectHandle session) override;