Search found 1 match

by ErasmoFor
Thu Nov 23, 2017 3:57 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to enable Early Media?
Replies: 4
Views: 17710

Re: How to enable Early Media?

willamowius wrote: Mon Jan 16, 2017 10:17 am I think what you are loking for is

DisableH245inSetup(false);
DisableFastStart(false);

Take a look at SimpleH323EndPoint::Initialise() in the sample application.

Regards,
Jan
Works like a charm. Thanks for the info, Jan.