ceateURLRequest(type:refinements:)

func ceateURLRequest(type inSearchType: LGV_MeetingSDK_Meeting_Data_Set.SearchConstraints,
                     refinements inSearchRefinements: Set<LGV_MeetingSDK_Meeting_Data_Set.Search_Refinements>
) -> URLRequest?

Creates a URL Request, for the given search parameters.

Parameters

type

Any search type that was specified.

refinements

Any search refinements.

Return Value

A new URL Request object, ready for a task.

  • Unwinds the “composite” IDs that we use, into the “aggregate” ones, used by the server.

    The first 20 bits are the server ID, and the second 44 bits, are the meeting ID.

    Declaration

    Swift

    func unwindIDArray(_ inIDArray: [UInt64]) -> [(Int, Int)]

    Return Value

    An Array of tuples, containing the bifurcated IDs.