EOSCORE 1.9.0.31
· One min read
GENERAL
- Fixed compiling with Nativization enabled
all
View All TagsEOS_Lobby_LocalRTCOptions parameter bAudioOutputStartsMuted to bLocalAudioDeviceInputStartsMuted to better describe what is muted.EOS_InvalidRequest result.EOS_PlayerDataStorage_QueryFile, EOS_PlayerDataStorage_QueryFileList, and EOS_PlayerDataStorage_ReadFile.EOS_Lobby_LocalRTCOptions parameter bAudioOutputStartsMuted must be renamed bLocalAudioDeviceInputStartsMuted.Releases the asynchronous server list request object and cancels any pending query on it if there's a pending query in progress.
The RefreshComplete callback will not be posted when request is released.
Cancel an outstanding server list request. You should call this to cancel any in-progress requests before destructing a callback object that may have been passed to one of the below request calls. Not doing so may result in a crash when a callback occurs on the destructed object. Canceling a query does not release the allocated request handle. The request handle must be released using ReleaseRequest.