CommandSessionHistory
class CommandSessionHistory(commandHistory: HashMap<Int, String> = HashMap(), headerHistory: MutableList<RtmpHeader> = ArrayList())
Created by pedro on 22/04/21.
Constructors
Link copied to clipboard
constructor(commandHistory: HashMap<Int, String> = HashMap(), headerHistory: MutableList<RtmpHeader> = ArrayList())