$("input:radio[name=rdioMeetingID] [value= 'xx']") code example
Example: radio input value
<input type="radio" name="test" id="test" value="this is the value">
<input type="radio" name="test" id="test" value="this is the value">