getMediaCallbackFunctionType type

Function callback type used when calling getMedia

type getMediaCallbackFunctionType = (error: SdkError, blob: Blob) => void