Skip to content
Snippets Groups Projects
Commit 6c43e710 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Refactor Login functor

parent 00e2d931
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!42Update Bindings
...@@ -7,7 +7,7 @@ public struct Login { ...@@ -7,7 +7,7 @@ public struct Login {
public func callAsFunction( public func callAsFunction(
ephemeral: Bool = false, ephemeral: Bool = false,
cMixId: Int, cMixId: Int,
authCallbacks: AuthCallbacks? = nil, authCallbacks: AuthCallbacks?,
identity: ReceptionIdentity, identity: ReceptionIdentity,
e2eParamsJSON: Data = GetE2EParams.liveDefault() e2eParamsJSON: Data = GetE2EParams.liveDefault()
) throws -> E2E { ) throws -> E2E {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment