Conference
library
Typedefs
-
ConferenceCallbackParam0
= void Function()
-
Signature for a conference callback without parameters.
-
ConferenceCallbackParam1<W>
= void Function(W w)
-
Signature for a conference callback with one parameter.
-
ConferenceCallbackParam2<W, X>
= void Function(W w, X x)
-
Signature for a conference callback with two parameters.
-
ConferenceCallbackParam3<W, X, Y>
= void Function(W w, X x, Y y)
-
Signature for a conference callback with three parameters.
-
ConferenceCallbackParam4<W, X, Y, Z>
= void Function(W w, X x, Y y, Z z)
-
Signature for a conference callback with four parameters.